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

分区自动平衡(auto balance)会中断consumer消费消息么 #37

Open
RedBlackTreei opened this issue Apr 25, 2018 · 1 comment

Comments

@RedBlackTreei
Copy link

kafka在新增或移除节点, 或者新增移或移除consumer的时候会触发rebalance,导致consumer一段时间内无法消费消息,改造过的nsq有这个问题么?

@absolute8511
Copy link
Collaborator

新增移或移除consumer不会中断消费, 新增或者移除节点导致分区迁移时, 只会瞬间断开连接, 然后会在很短的时间内自动重连消费, 消费中断非常短时间.

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