Hello, We need to write a subscriber which will pick up the data from a particular PARTITION KEY for a Kafka Topic.
So suppose topic is Database and PARTITION KEYs are CREATE,UPDATE,SELECT, INSERT etc(just an example), our subscriber should subscribe to Kafka topic and each indivusial subscriber reads data for particular partition key. Is it possible in Camel?
