Leave ClientID default untouched

This commit is contained in:
Benjamin Ramser 2021-07-08 12:26:58 +02:00
parent aed3b1a95f
commit ab89a79fae
1 changed files with 0 additions and 1 deletions

View File

@ -80,7 +80,6 @@ func (conn *KafkaConn) Send(msg string) error {
if conn.ep.Kafka.SASL {
log.Debugf("building kafka sasl config")
cfg.ClientID = "sasl_scram_client"
cfg.Net.SASL.Enable = true
cfg.Net.SASL.User = os.Getenv("KAFKA_USERNAME")
cfg.Net.SASL.Password = os.Getenv("KAFKA_PASSWORD")