adyliu / jafka

a fast and simple distributed publish-subscribe messaging system (mq)

Home Page:https://github.com/adyliu/jafka/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

关于 offsets 问题

linyuan123 opened this issue · comments

消费者消费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
[]

consumer > broker:partition 那么就会有部分consumer无消息可消费,也就是没有offset