How Kafka broadcast to many Consumer Groups

前端 未结 4 613
感动是毒
感动是毒 2020-12-14 11:07

I am new to Kafka and I will appreciate very much clarification on the next case.

Kafka documentation says in the paragraph \"Consumer Position\":

4条回答
  •  一整个雨季
    2020-12-14 12:09

    Good Question.

    Take a example i m having a topic called complaint having two partition p1,p2

    now i m having two consumer group called group1 having two consumer c1 and c2 and group2 having consume c3

    here i route messages from p1 should go to c1 and p2 should go to c2 and i subscribed another consumer called c3 but that is in different group so here copy of the whole message is send to that consumer also

提交回复
热议问题