Skip to content

Commit

Permalink
Upgrade Kakfa client version to 2.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Sarunas Krisciukaitis <sarunas.krisciukaitis@gmail.com>
  • Loading branch information
sarunask authored and fsamin committed Jan 24, 2022
1 parent 52b6858 commit bd8fcad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion executors/kafka/kafka.go
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ func (e Executor) getKafkaConfig() (*sarama.Config, error) {
config.Net.SASL.Password = e.Password
config.Consumer.Return.Errors = true
config.Net.DialTimeout = defaultDialTimeout
config.Version = sarama.V0_10_2_0
config.Version = sarama.V2_6_0_0

if e.KafkaVersion != "" {
kafkaVersion, err := sarama.ParseKafkaVersion(e.KafkaVersion)
Expand Down

0 comments on commit bd8fcad

Please sign in to comment.