You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not familiar with consumer_byte_rate. The only reference to it I can find appears to be a broker side quota setting. https://kafka.apache.org/documentation/#quotas If that's the case then I believe this feature should work with kafka-go.
Please let me know if there's something I'm missing.
Yes, but it seems that batch suffices, it limits the bytes per consumption of kafka.
But unfortunately, the batch seems to have a memory leak caused by goruntine leaks (#922 (comment)) . Each time the batch ends, the memory can only be released a little . I am now excluding the impact of my own code and follow up the test.
like
consumer_byte_rate
, I didn't find it. : (The text was updated successfully, but these errors were encountered: