-
Notifications
You must be signed in to change notification settings - Fork 8
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
Configuring max.poll.interval.ms above 12 hours results in an error #177
Comments
In CKJS the max poll interval that is passed is the double of what's configured. Because of the cache it has to maintain. |
It would be good if the CKJS layer making this configuration transform also reported an error, rather than lowering a know-incorrect config to rdkafka which reports a nonsense error that requires the user to read the source code of CKJS to understand. In 0.1.16, it was fine to configure the 24h maximum documented for rdkafka, and I was surprised by the error I received from 0.5.1 which made it seem like I changed the config and left me confused once I checked my config store and saw no changes. |
Yep, agreed, I'll change the error message to reflect the internal doubling, the current error message is not helpful at all. |
Environment Information
Steps to Reproduce
Configure
max.poll.interval.ms
to >12 hours using the KafkaJS consumerconfluent-kafka-javascript Configuration Settings
Additional context
Results in this error:
The text was updated successfully, but these errors were encountered: