Previously the connections_max_idle_ms setting was only available to input.
Along the way plugin-mixins has been renamed and common configuration moved to a (renamed) Kafka::Common mixin.
The motivation here is using the output with Azure Event Hubs, where changing the Kafka client connections.max.idle.ms is recommended. Most other options, from the recommendations, are available.
Previously the
connections_max_idle_ms
setting was only available to input.Along the way plugin-mixins has been renamed and common configuration moved to a (renamed)
Kafka::Common
mixin.The motivation here is using the output with Azure Event Hubs, where changing the Kafka client
connections.max.idle.ms
is recommended. Most other options, from the recommendations, are available.