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 回答
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
已回答 2 年前
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.

已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则