Closed ariasf closed 5 years ago
config.Producer.RequiredAcks = sarama.WaitForAll
config.Net.MaxOpenRequests = 1
config.Version = sarama.V2_1_0_0
@ariasf You will need to set version explicitly and more options in Producer and Net properties of Config
@sahilchug Thanks a lot declaring the version fix the problem! Thanks
Please close the issue if it is no more an issue.
Versions
Configuration
Logs
invalid configuration (Idempotent producer requires Version >= V0_11_0_0)
Problem Description
Hello you guys, wanted to see if any of you have encountered this problem and if so how do you solve it? the log error message says that version needs to be greater than V0 11_0_0 but it doesn't say what dependency/lib needs to be updated.
I could not find an answer in google by pasting the exception message so I decided to ask you guys. LMK
Many thanks in advance.