You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…figuration on the annotation (#247) (#589)
* Injecting kafka producer beans using @KafkaClient doesn't use the configuration on the annotation (#247)
* Used CollectionUtils to check whether the props map is empty or not
Steps to Reproduce
Expected Behaviour
Producer acks property should be -1 (ALL ack).
Actual Behaviour
Producer acks property is 1 as the default configuration.
Environment Information
Example Application
The text was updated successfully, but these errors were encountered: