logstash-plugins / logstash-integration-kafka

Kafka Integration for Logstash, providing Input and Output Plugins
Apache License 2.0
32 stars 60 forks source link

Feat: added connections_max_idle_ms setting for output #118

Closed kares closed 2 years ago

kares commented 2 years ago

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.