kafka在zookeeper下的目录结构

isr_change_notification目录

admin目录

topic 配置

/config/topics/[topic_name]

consumer offset

/consumers/[groupId]/offsets

consumer owner

/consumers/[groupId]/owners/

consumer注册信息

/consumers/[groupId]/ids/[consumerIdString

controller注册信息

/controller –

 

controller epoch

/controller_epoch -> int (epoch)   

broker注册信息

/brokers/ids/[0...N]       

partition状态信息

/brokers/topics/[topic]/partitions/[0...N]  其中[0..N]表示partition索引号

topic注册信息

/brokers/topics/[topic]

原文地址:https://www.cnblogs.com/huiandong/p/10007864.html