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
It would be good to add the possibility of configuring this property in each binder from the application properties in yaml. For example spring.cloud.stream.kafka.binder.transaction.maxAge in ms
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
Coming from here: https://stackoverflow.com/questions/77510784/how-work-maxage-in-spring-kafka-factory-producer/77517766#77517766
Now you need to manually set
maxAge
for each binder programmatically, example:It would be good to add the possibility of configuring this property in each binder from the application properties in yaml. For example
spring.cloud.stream.kafka.binder.transaction.maxAge
in msThanks
The text was updated successfully, but these errors were encountered: