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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ