Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

queue.buffering.max.messages can't be set to 0 #620

Open
placintaalexandru opened this issue Oct 31, 2023 · 0 comments
Open

queue.buffering.max.messages can't be set to 0 #620

placintaalexandru opened this issue Oct 31, 2023 · 0 comments

Comments

@placintaalexandru
Copy link

placintaalexandru commented Oct 31, 2023

In librdkafka's documentation, it is mentioned that queue.buffering.max.messages can be between 0..2147483647, with a value of 0 if one would want to disable the queue limit.

However, when I set the value to 0, I get the following error:

KafkaError (Client config error: Configuration property "queue.buffering.max.messages" value 0 is outside allowed range 1..10000000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant