We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
This statement from kafka input documentation is not aligned with our default values:
The value of the configuration request_timeout_ms must always be larger than max_poll_interval_ms
Default values:
max_poll_interval_ms -> Default value is 300000 milliseconds (5 minutes)
request_timeout_ms -> Default value is 40000 milliseconds (40 seconds).
Following our default values, request_timeout_ms is smaller than max_poll_interval_ms
Documentation should be fixed.
The text was updated successfully, but these errors were encountered:
Closing as a dupe of this issue in the kafka plugin repo.
Sorry, something went wrong.
No branches or pull requests
This statement from kafka input documentation is not aligned with our default values:
Default values:
max_poll_interval_ms -> Default value is 300000 milliseconds (5 minutes)
request_timeout_ms -> Default value is 40000 milliseconds (40 seconds).
Following our default values, request_timeout_ms is smaller than max_poll_interval_ms
Documentation should be fixed.
The text was updated successfully, but these errors were encountered: