Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • New fetch request (v.3) with response size limit
  • New client-side config parameter fetch.max.fetch.bytes - client's fetch response size limit
  • New replication config parameter replica.fetch.response.max.bytes - limit used by replication thread
  • New inter-broker protocol version "0.10.1-IV0" - starting from this version brokers will use fetch request v.3 for replication 

...

However, since clients like ReplicaFetcherThread and Java Consumer are ready for new fetch request, we decided to enable following defaults:

fetch.max.fetch.bytes = 50MB

replica.fetch.response.max.bytes = 10MB

...