logstash-plugins / logstash-input-kafka

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

fix kafka client_id. remove thread idxnum #294

Open raistlinzx opened 5 years ago

raistlinzx commented 5 years ago

fix Fetch Exception caused by wrong client_id in ConsumerConfig

elasticcla commented 5 years ago

Hi @raistlinzx, we have found your signature in our records, but it seems like you have signed with a different e-mail than the one used in yout Git commit. Can you please add both of these e-mails into your Github profile (they can be hidden), so we can match your e-mails to your Github profile?

elasticcla commented 5 years ago

Hi @raistlinzx, we have found your signature in our records, but it seems like you have signed with a different e-mail than the one used in yout Git commit. Can you please add both of these e-mails into your Github profile (they can be hidden), so we can match your e-mails to your Github profile?

raistlinzx commented 5 years ago

291 fixed

w32-blaster commented 5 years ago

The index in the client_id was introduced to support multiple threads (make the client_id across threads unique)