Skip to main content

Kafka routing

Hi Kafka users,
I have a producer consumer setup where I want the consumer to get only a subset of messages based on some conditions.

Trying to figure out whether there are any configuration on the Kafka side that we can do to achieve this . Most of the solutions I see is to filter them at the consumer end but I would like to push that up to the Kafka configuration level

How do I achieve this ?


Sent from my iPhone

Comments