Re: Aw: Re: Doubts in Kafka

2019-01-11 Thread Pulkit Manchanda
Aruna, Instead of using 1000 partitions you can chose to create dynamic topics and have a consumer for each topic. On Fri, Jan 11, 2019 at 6:43 AM Peter Levart wrote: > > > On 1/10/19 2:26 PM, Sven Ludwig wrote: > > Okay, but > > > > what if one also needs to preserve the order of messages comin

Re: Aw: Re: Doubts in Kafka

2019-01-11 Thread Peter Levart
On 1/10/19 2:26 PM, Sven Ludwig wrote: Okay, but what if one also needs to preserve the order of messages coming from a particular device? With Kafka, this is perhaps possible if all messages from a particular device go into the same partition. Would it be a good and efficient solution