On Mon, Mar 14, 2016 at 5:42 AM, Jens Rantil <jens.ran...@tink.se> wrote:
> Just making it more explicit: AFAIK, all Kafka consumers I've seen loads > the incoming messages into memory. Unless you make it possible to stream it > do disk or something you need to make sure your consumers has the available > memory. > > And to complete that picture - followers in a broker replica set are technically also consumers in terms of memory behavior, etc.