oh that's great. thank you
On Fri, Oct 23, 2015 at 10:39 PM, pushkar priyadarshi
wrote:
> Currently there are no partitions based subscription inside topic.So when
> you subscribe to both topics your consumer will get data from each
> partitions in these two topics, i dont think you would be miss
Currently there are no partitions based subscription inside topic.So when
you subscribe to both topics your consumer will get data from each
partitions in these two topics, i dont think you would be missing anything.
On Fri, Oct 23, 2015 at 11:35 AM, Fajar Maulana Firdaus
wrote:
> I am using k
I am using kafka to implement event sourcing. Based on a threat in
http://search-hadoop.com/kafka, I created sepparate topic for my
events, e.g. UserCreatedEvent and UserUpdateEmailEvent. Both events
are using userId as the message key. However assuming each topic has
several partition, how to setu