This was what I was thinking but wanted to verify. Thanks Sean!
On Fri, Feb 27, 2015 at 9:56 PM, Sean Owen wrote:
> The coarsest level at which you can parallelize is topic. Topics are
> all but unrelated to each other so can be consumed independently. But
> you can parallelize within the contex
The coarsest level at which you can parallelize is topic. Topics are
all but unrelated to each other so can be consumed independently. But
you can parallelize within the context of a topic too.
A Kafka group ID defines a consumer group. One consumer in a group
receive each message to the topic tha