[BUG]:kafka version not support 3.8.0
Describe the bug I review ilogtail go mod "github.com/IBM/sarama v1.42.2" , this version not support kafka 3.8.0, please upgrade to "github.com/IBM/sarama v1.43.3" or above
- ilogtail version: v2.0.0
欢迎一起来开发下
欢迎一起来开发下
Hi, I had submit a PR #1772 , please review it, thank you
About "github.com/IBM/sarama v1.42.2" not supporting Kafka 3.8.0, is there a source for this? @WillMeng
@Gezi-lzq Starting from Kafka version 3.6.0, message protocols lower than version 2.1.0 are no longer supported. The 2.1.0 protocol version will still be supported in the future Kafka 4.0 release. The default protocol version set by the Flusher Kafka v2 plugin is 1.0.0, with a maximum supported version of 3.6.0. Therefore, you can configure the Flusher Kafka v2 plugin to set the version to 2.1.0 or the maximum of 3.6.0. This configuration will also work with Kafka version 3.8.0.