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 Antworten
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
beantwortet vor 2 Jahren
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.

beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen