You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by "Vanshul.Chawla" <Va...@target.com> on 2016/01/19 05:49:37 UTC

Camel kafka subscriber doubt

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?