Length of Producer #1550
Matt Cameron (Matt-Cam)
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
From the docs I'm seeing that Producer implements
__len__. Would this give me the number of messages in the local buffer? Or would it give me number of messages in the local buffer in addition to some other things?Is there a way to specifically get the number of messages in the local buffer so that I can use that to determine if my max.messages config property should be increased?
Beta Was this translation helpful? Give feedback.
All reactions