Re: Partitions and consumer assignment

2016-01-16 Thread Jason Williams
Thanks Jens! So assuming you've already paired your partition count to the consumer count...if you experience a spike in messages and want to spin up more consumers to add temporary processing capacity, what's the suggested way to handle this? (since it would seem you can't just add consumers a

Re: Partitions and consumer assignment

2016-01-16 Thread Jason Williams
from N, if you have a > spike you can add up to N more consumers to that consumer group. > > 2016-01-16 11:32 GMT+01:00 Jason Williams : > >> Thanks Jens! >> >> So assuming you've already paired your partition count to the consumer >> count...if you experien

Re: Partitions and consumer assignment

2016-01-16 Thread Jason Williams
omatically redistribute data in any way." > > > Franco. > > > > 2016-01-16 19:04 GMT+01:00 Jason Williams : > >> Hi Franco, >> >> Thanks for responding but that doesn't really answer my question. >> >> The situation described