logstash-plugins / logstash-input-kafka

Kafka input for Logstash
Apache License 2.0
139 stars 122 forks source link

Add pipeline_id to client_id #310

Open robbavey opened 5 years ago

robbavey commented 5 years ago

This commit adds the pipeline_id to the client_id, so that it will be unique when multiple pipelines are used.

It also DRYs up the integration tests.

SpencerLN commented 5 years ago

@robbavey Is there a timeline for this being merged and added to a Logstash release?