Access Zookeeper in MSK serverless

0

I have an use case where we are using Camel Kafka client and need access to Zookeeper. We also were planning to use MSK severless so that we don't have to worry about Broker nodes going down or rebalancing the partitions. I could not find a way to access zookeeper information with MSK server less. Any help would be greatly appreciated.

2 Answers
0

Hi there, With MSK Serverless, the zookeeper string is not exposed. The newer versions of Kafka (2.x, 3.x) have APIs covering all operations which makes using zookeeper obsolete.

AWS
answered 2 years ago
0

Thanks a lot. I actually wanted to use Zookeeper for another usecase in which we are using Camel client. I was thinking we could have used the same ZK that Kafka is deployed with. Also we are not using 3.X version of Kafka, which I think has the Kraft protocol.

answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions