WillMeng

Results 5 comments of WillMeng

> @WillMeng For this client upgrade, also change the default `Version` configuration in `flusher_kafka_v2.go` to `2.1.0`. This is the minimum Message protocol version supported by subsequent new versions of Kafka;...

> > > @WillMeng For this client upgrade, also change the default `Version` configuration in `flusher_kafka_v2.go` to `2.1.0`. This is the minimum Message protocol version supported by subsequent new versions...

> @WillMeng ilogtail flusher kafka v2之前默认设置的协议版本号是1.0.0,高版本的kafka已经声明了不再支持2.1.0以下的message协议版本,如果配置写入高版本的kafka是将Version指定kafka message version为2.1.0以上的即可。因此本次升级客户端可以修改下设置的默认值为2.1.0, 这样高于2.1.0以上的kafka不配置Version默认也是可以正常用的。 I have updated the doc, please review it, thanks

> 欢迎一起来开发下 Hi, I had submit a PR #1772 , please review it, thank you