Is connections.max.idle.ms a Consumer Configuration?
See original GitHub issueAccording to the Confluent Consumer Configuration Docs, connections.max.idle.ms
should be available as a consumer configuration.
However it looks like this is not configurable on the Consumer Configuration side in this library? To be honest it doesn’t look like librdkafka exposes this as well, so I’m wondering if the Confluent Consumer Configuration Doc is correct.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:8 (5 by maintainers)
Top Results From Across the Web
Kafka Consumer configuration reference
connections.max.idle.ms Close idle connections after the number of milliseconds specified by this config.
Read more >Difference between connections.max.idle.ms and max.poll. ...
1 Answer 1 ... If connections.max.idle.ms is less than say max.poll.interval.ms but not less than heartbeat.interval.ms, and assuming heartbeat.
Read more >Recommended configurations for Apache Kafka clients
Producer and consumer configurations Necessary if connection is expected to idle. Azure will close inbound TCP idle > 240,000 ms. Can be ...
Read more >Documentation - Apache Kafka
The first is always the configuration for the Kafka Connect process, ... connections.max.idle.ms, Idle connections timeout: the server socket processor ...
Read more >Kafka Connector | Increasing Maximum Wait timeout
Kafka Batch Listener has been configured and the customer wants the maximum wait (Connection Maximum Idle time) time to be a long wait...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
thanks @edenhill !
connections.max.idle.ms
will be available in the next librdkafka release.