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 m
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 messa