Connecting 3rd party software to Kafka #25
Replies: 2 comments 1 reply
-
The default security protocol is SSL, so TLS is enabled without authentication. A bare minimal configuration needs to set security.protocol and configure the certificate trust store.
The path shown above is where the trust store is located by default in the Kafka containers. The following example show how you can get the client config onto a running container and run the kafka-topics.sh command.
|
Beta Was this translation helpful? Give feedback.
-
First of all, thanks for your answer. I'm still struggling to configure the client. So if I understood correctly, I have to copy the When I do the deployment of the Stackable Kafka, can I change the client authentication? For instance I want to use:
Thanks |
Beta Was this translation helpful? Give feedback.
-
Hi.
I'm trying to connect an open source project which has a Kafka Client configuration to a Kafka deployed using the stackablectl. But so far, no success. When I access the log from the
simple-kafka
pod, I have several lines like the following:Here is what I did:
zookeeper
is very simple:kafka
:commonClientConfig."bootstrap\.servers"=simple-kafka:9093
and I have the failed authentication;I know that I have a missing configuration for my client but I don't know what to add.
Some questions:
simple-kafka
? Plaintext? SSL? TLS?I think my issue is related to this one: https://github.com/orgs/stackabletech/discussions/24.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions