Random "Enlisted connection used without active transaction" errors

Viewed 522
1 Answers

I worked around this issue by firing an event which is listened in a TransactionPhase.AFTER_SUCCESS method (and this method send the Kafka message).

Related