IBM / sarama

Sarama is a Go library for Apache Kafka.
MIT License
11.2k stars 1.73k forks source link

What is the difference between `Consumer.Fetch.Max` and `Consumer.Fetch.Default` #2831

Open sappusaketh opened 3 months ago

sappusaketh commented 3 months ago

I have messages in my topic which are > 1MB(Not all but most of them) so I m trying to consume them not seeing any errors from consumer its just stuck but after I configured Consumer.Fetch.Default to 10 MB everything works where as when I configure Consumer.Fetch.Max the same value it doesn't work so my question is what is the difference between them and also Consumer.Fetch.Max default is 0 which it says no limit what does that even mean?

github-actions[bot] commented 2 weeks ago

Thank you for taking the time to raise this issue. However, it has not had any activity on it in the past 90 days and will be closed in 30 days if no updates occur. Please check if the main branch has already resolved the issue since it was raised. If you believe the issue is still valid and you would like input from the maintainers then please comment to ask for it to be reviewed.