Files
spring-cloud-stream-binder-…/spring-cloud-stream-binder-kafka-core
Soby Chacko a1b31e67c4 Support allowNonTransactional config
Add a new producer extended property for allowNonTransactional.
When set to true, records published to this output binding will
not be run in a transaction, unless one is already in process.

By default, all ouput bindings associated with a transactional
binder publishes in a new transaction. This new property can be
used to override this behavior.

Addressing PR review comments.

Resolves https://github.com/spring-cloud/spring-cloud-stream-binder-kafka/issues/990
2020-12-04 11:49:13 -05:00
..
2017-12-22 09:48:11 -05:00
2020-12-04 11:49:13 -05:00
2017-10-05 11:54:23 -04:00
2020-11-17 16:04:44 +00:00