You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.