Merge branch 'kafka-tls' of https://github.com/iwpnd/tile38 into iwpnd-kafka-tls
This commit is contained in:
commit
0d69799653
@ -66,7 +66,6 @@ func (conn *KafkaConn) Send(msg string) error {
|
||||
uri := fmt.Sprintf("%s:%d", conn.ep.Kafka.Host, conn.ep.Kafka.Port)
|
||||
if conn.conn == nil {
|
||||
cfg := sarama.NewConfig()
|
||||
cfg.ClientID = "Tile38" // otherwise defaults to sarama
|
||||
|
||||
if conn.ep.Kafka.TLS {
|
||||
log.Debugf("building kafka tls config")
|
||||
|
Loading…
x
Reference in New Issue
Block a user