Re: Kafka Consumer manual partition assignment

2018-01-02 Thread Sagar
Hi, Any help here would be highly appreciated :) Sagar. On Wed, 27 Dec 2017 at 07:53, Sagar wrote: > We have a use case where in we want to assign partitions manually for a > set of topics to allow fine grained control of the records we are fetching. > > Basically what we are trying to achieve

Kafka Consumer manual partition assignment

2017-12-26 Thread Sagar
We have a use case where in we want to assign partitions manually for a set of topics to allow fine grained control of the records we are fetching. Basically what we are trying to achieve is that a group of messages which logically belong to a particular entity should be sent to the same partition