10.0.2.2 Kafka with new go client #3719
Unanswered
golangcyberdude
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Clients should not connect to Zookeeper, and there's work to remove zookeeper completely from Kafka, so this seems like the wrong path to go down. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Is it possible for the latest go client to connect to Kafka 10.0.2.2 Zookeeper for client connections?
On older versions of Kafka this may resolve various connectivity issues in the client consumer,
instead of connecting to the brokers directly.
This may be required for older Kafka server we have in Production.
I am able to connect to zookeeper as consumer via CLI:
./kafka-console-consumer.sh --zookeeper 9.9.9.9:2181 --topic redact
I do have broker client connections going but can not connect to zookeeper in the client.
%6|1644515385.171|FAIL|rdkafka#consumer-1| [thrd:9.9.9.9:2181/bootstrap]: 9.9.9.9:2181/bootstrap: Disconnected while requesting ApiVersion: might be caused by incorrect security.protocol configuration (connecting to a SSL listener?) or broker version is < 0.10 (see api.version.request) (after 0ms in state APIVERSION_QUERY)
is this a work-around? https://github.com/go-zookeeper/zk looking into it.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions