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

Query: Multiple Burrow instances #785

Open
shivam1040 opened this issue Aug 10, 2023 · 2 comments
Open

Query: Multiple Burrow instances #785

shivam1040 opened this issue Aug 10, 2023 · 2 comments

Comments

@shivam1040
Copy link

What would happen if I have a cluster of burrow pointing to the one broker? Ideally the burrow consumer should get rebalanced but are the metrics duplicated or something I should take into consideration?

@Rahulreddy1020
Copy link

Since each Burrow consumer will be fetching the same data from the broker and duplicating the metrics can lead to performance issue and wasting your resources. This can lead to wasted resources and performance issues. ideally we should point one Burrow consumer to each broker.

@shivam1040
Copy link
Author

@Rahulreddy1020 thanks for the response. I guessed something like that when metrics were abruptly higher than the actual. On an ending note, what would you suggest for Burrow configs for a heavy duty Kafka cluster, say 70+ brokers with 4000+ topics

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

2 participants