Have group 1 act like a filter, publish to a new topic all messages that group 2 should process and then have group 2 actually consume only new topic.
Kind regards, Stevo Slavic On Oct 26, 2014 2:36 AM, "Srinivas Reddy Kancharla" <getre...@gmail.com> wrote: > Hi, > > I have a scenario where I produce messages for a given topic (say having 10 > partitions), and I have consumer group ( say mygroupID1) with 10 threads > reading those 10 partitions. After consuming, I would like to delete > specific messages from that topic (i.e. from a given partition). > > How should I restrict other consumer group say mygroupID2 to read messages > from the same topic? > > Thanks for the help, > Srini >