Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to use Burrow with Kafka cluster running in the KRaft mode? #768

Open
bachmanity1 opened this issue Jan 2, 2023 · 4 comments

Comments

@bachmanity1
Copy link

Zookeeper ensemble address is a required parameter in Burrow, but KRaft mode doesn't have any zookeeper. Is there any plan to remove dependency on zookeeper?

@bachmanity1
Copy link
Author

@bai could you help please?

@shamil
Copy link

shamil commented May 21, 2023

Afaik, zookeeper is just needed to store burrow specific data, it's doesn't need to read Kafka broker or cluster specific data.

@janengelmohr
Copy link

janengelmohr commented May 22, 2023

@shamil Technically correct but that would still mean that we have to spin up a whole ZK ensemble in order to run Burrow with a Kafka cluster in KRaft mode which is fine if you already run a ZK ensemble somewhere. If you do not (and I assume this is the majority of users) Burrow is not usable with KRaft as of now I'd say.

@shamil
Copy link

shamil commented May 22, 2023

We run a single instance of zookeeper alongside burrow on k8s pod.

See #534 for reference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants