mirror of https://github.com/tidwall/tile38.git
Leave ClientID default untouched
This commit is contained in:
parent
aed3b1a95f
commit
ab89a79fae
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue