You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using cp-kafka:7.5.3 I am interested as to the reason the environment variable KAFKA_SSL_KEYSTORE_FILENAME ends with _FILENAME and not _LOCATION it is not a valid variable. The same can also be said for _CREDENTIALS in place of _PASSWORD.
KAFKA_SSL_KEYSTORE_FILENAME is required
command [/usr/local/bin/dub ensure KAFKA_SSL_KEYSTORE_FILENAME] FAILED !
When following the rules it is confusing. The fact that this does not also apply uniformly is also unusual, the same endings for zookeeper SSL aren't used, and the correct location, and password are.
I also noticed areas in which following the rules did not have the intended outcome. For example, setting the zookeeper client connection socket, the properties variable is zookeeper.clientCnxnSocket, following the rules would produce KAFKA_ZOOKEEPER_CLIENTCNXNSOCKET, this is not recognized, whereas KAFKA_ZOOKEEPER_CLIENT_CNXN_SOCKET is. In other parts of the documentation such as zookeeper it explicitly says Separate each word with _.
The text was updated successfully, but these errors were encountered:
I am using
cp-kafka:7.5.3
I am interested as to the reason the environment variableKAFKA_SSL_KEYSTORE_FILENAME
ends with_FILENAME
and not_LOCATION
it is not a valid variable. The same can also be said for_CREDENTIALS
in place of_PASSWORD
.When following the rules it is confusing. The fact that this does not also apply uniformly is also unusual, the same endings for zookeeper SSL aren't used, and the correct location, and password are.
I also noticed areas in which following the rules did not have the intended outcome. For example, setting the zookeeper client connection socket, the properties variable is
zookeeper.clientCnxnSocket
, following the rules would produceKAFKA_ZOOKEEPER_CLIENTCNXNSOCKET
, this is not recognized, whereasKAFKA_ZOOKEEPER_CLIENT_CNXN_SOCKET
is. In other parts of the documentation such as zookeeper it explicitly saysSeparate each word with _.
The text was updated successfully, but these errors were encountered: