question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Is connections.max.idle.ms a Consumer Configuration?

See original GitHub issue

According 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:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
mhowlettcommented, Mar 9, 2021

thanks @edenhill !

2reactions
edenhillcommented, Mar 9, 2021

connections.max.idle.ms will be available in the next librdkafka release.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found