Re: GetKafka maximum fetch size

2016-10-14 Thread Igor Kravzov
Thanks Jeremy. Where can I set/change this property? in GetKafka? On Thu, Oct 13, 2016 at 5:33 PM, Jeremy Farbota wrote: > Igor, > > Kafka consumer properties can be found here: http://kafka.apache.org/ > documentation.html#consumerconfigs > > GetKafka uses the old consumer

Re: GetKafka maximum fetch size

2016-10-13 Thread Jeremy Farbota
Igor, Kafka consumer properties can be found here: http://kafka.apache.org/documentation.html#consumerconfigs GetKafka uses the old consumer so the consumer property is: fetch.message.max.bytes The default for that property is ~1M. If possible, you should limit the replica.fetch.max.bytes on