Re: Multiple Consumer Group In Single Topic

2017-01-02 Thread Ewen Cheslack-Postava
Rico, Every consumer group will see all messages for the topics they are subscribed to. If you want to filter these messages by consumer group, you'd need to perform that filtering yourself after the messages are returned by the consumer. To do so, you'd need to include enough information in the

Multiple Consumer Group In Single Topic

2016-12-16 Thread Rico Lugod
Hi Guys, Good day! I have question regarding how to consume a specific message belongs to that consumer group? Here's the scenario: Publish message "A" to topic "X" Consume by Consumer Group A the message "A" from topic "X" Publish message "B" to topic "X" Consume by Consumer Group B the