摘要:
kafka消息传递同步策略 Producer在发布消息到某个Partition时,先通过ZooKeeper找到该Partition的Leader,然后无论该Topic的Replication Factor为多少,Producer只将该消息发送到该Partition的Leader。Leader会将该消 阅读全文
posted @ 2018-11-22 07:47 钟悍 阅读(164) 评论(0) 推荐(0)
|
摘要:
kafka消息传递同步策略 Producer在发布消息到某个Partition时,先通过ZooKeeper找到该Partition的Leader,然后无论该Topic的Replication Factor为多少,Producer只将该消息发送到该Partition的Leader。Leader会将该消 阅读全文
posted @ 2018-11-22 07:47 钟悍 阅读(164) 评论(0) 推荐(0) |
||