If you want each application to handle half of the partitions for the topic, you need to configure the same group.id for both applications. In this case, Kafka will just see each app as a consumer in the group and it won't care that they are on different boxes.
If you want each application to handle all events for the topic, you need to set a different group.id for each. On Mon, Mar 16, 2015 at 10:10 AM, sunil kalva <sambarc...@gmail.com> wrote: > How do i deploy high level consumer group for one topic in multiple > instances of consumer applications, i mean i have two consumer applications > deployed in two different boxes reading same topic which contains multiple > partitions. Can i achieve this ? > > -- > SunilKalva