Skip to content
New issue

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

Doc: Kafka input default values are not coherent #13069

Closed
psanz-estc opened this issue Jul 13, 2021 · 1 comment
Closed

Doc: Kafka input default values are not coherent #13069

psanz-estc opened this issue Jul 13, 2021 · 1 comment

Comments

@psanz-estc
Copy link

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.

@robbavey
Copy link
Member

Closing as a dupe of this issue in the kafka plugin repo.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

3 participants