Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Song Gao <disxiaofei@163.com>
  • Loading branch information
Yisaer committed Jan 10, 2025
1 parent 7996a00 commit 8d62986
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extensions/sinks/kafka/ext/kafka.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ func (m *kafkaSink) buildKafkaWriter() error {
TLS: m.tlsConfig,
},
}
conf.Log.Infof("kafka writer batchSize:%v, batchTimeout:%v", m.kc.WriterConf.BatchSize, m.kc.WriterConf.BatchTimeout.String())
m.writer = w
return nil
}
Expand Down

0 comments on commit 8d62986

Please sign in to comment.