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
If a user wants to connect a client to a Kafka cluster with security enabled (e.g. TLS) they must configure their client accordingly. It would be helpful to auto-generate the client configuration. For example, a default TLS-enabled Kafka cluster needs the following configuration in order to be able to connect to a broker using kafka-topics.sh on a Kafka container:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
If a user wants to connect a client to a Kafka cluster with security enabled (e.g. TLS) they must configure their client accordingly. It would be helpful to auto-generate the client configuration. For example, a default TLS-enabled Kafka cluster needs the following configuration in order to be able to connect to a broker using kafka-topics.sh on a Kafka container:
security.protocol=SSL
ssl.truststore.location=/stackable/tls_internal/truststore.p12
ssl.truststore.type=PKCS12
ssl.truststore.password=changeit
Beta Was this translation helpful? Give feedback.
All reactions