You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by manish jaiswal <ma...@gmail.com> on 2016/03/30 13:45:31 UTC

Kafka Batch and Fetch

Hi,

I am new to Kafka ,I have a doubt in Kafka batching.

In Producer 9.0 how batching works if I Set batchsize 10mb then all
messages in 10 mb batch go to one offset in Kafka broker?

In new high level consumer how fetchsize work? It's like per message
fetchsize inside one offset or whole message inside offset.



Thanks
Manish