Did I understand the difference between fetch.max.bytes and max.partition.fetch.bytes configs correctly:
1st one limits a whole fetch response (that could consists of several topic/partitions data)
2nd limits data from every single partition in that composite response
So, is there no sense to set 2nd one higher that 1st?
I have read confluent docs: https://docs.confluent.io/platform/current/installation/configuration/consumer-configs.html
Yes, your understanding is correct. So, the default value of fetch.max.bytes (i.e 50 MB ) is also set higher than the max.partition.fetch.bytes(i.e. 1 MB).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With