Sometimes users uses kafka client_id to set quotas for input/output IO of kafka consumers/producers. so just some specific client ids can read/write from kafka cluster with a high rate.
Now logstash-integration-kafka plugin appends the thread-id to client_id without any documentation and there isn't any config to disable it to just send the client_id to kafka cluster.