We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
消费者消费topic 中的一些消息 为什么zookeeper 中的offsets 是空的啊 ls /consumers [test_group1, test_group123, test_group, test_group2, test_group1235] ls /consumers/test_group [ids, owners, offsets] ls /consumers/test_group/offsets [test1234, ly1234567, test123456, lin123, test, demo123, ly123456, ssss, MJ] ls /consumers/test_group/offsets/lin123 [1-0] ls /consumers/test_group/offsets/lin123/1-0 []
The text was updated successfully, but these errors were encountered:
consumer > broker:partition 那么就会有部分consumer无消息可消费,也就是没有offset
Sorry, something went wrong.
No branches or pull requests
消费者消费topic 中的一些消息 为什么zookeeper 中的offsets 是空的啊
ls /consumers
[test_group1, test_group123, test_group, test_group2, test_group1235]
ls /consumers/test_group
[ids, owners, offsets]
ls /consumers/test_group/offsets
[test1234, ly1234567, test123456, lin123, test, demo123, ly123456, ssss, MJ]
ls /consumers/test_group/offsets/lin123
[1-0]
ls /consumers/test_group/offsets/lin123/1-0
[]
The text was updated successfully, but these errors were encountered: