I have 3 topics with 1 partition each and 1 consumer group with 3 members and 1 broker also.
Below are the topics
- topic1 (with partition=1)
- topic2 (with partition=1)
- topic3 (with partition=1)
Below are the members with subscribed topic
- member1 (subscribe topic1)
- member2 (subscribe topic2)
- member3 (subscribe topic3)
Note: All above members in same consumer group.
Issue : Only member1 can receive messages from topic1, others are not getting any messages.