Data is available in chat.*
topics in Kafka.
We can just spin up multiple consumers and make the all hook into this single event for consumption.
But, not all products want to work on the complete events in the main topic. We want to branch the topic into multiple topics based on the content of the record in topic. How to perform content based routing in Kafka?
Kafka Streams are good for Java applications, but we need a multi stack solution that works across the companies for many languages?
We are looking for a event router kind of thing for Kafka. AWS event bridge does just that! But it is not with Kafka. How do you do such content based routing in Kafka?
Any suggestion?