Consumer-Initiated Transactions with multiple ProducerFactories, possible? #3653
Unanswered
jonas-grgt
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a use case where I want to, transactionally, consume a message and publish multiple events using different
KafkaTemplate
instances because they publish in different formats and hence have different serializers.As far as I can tell, I believe this is not supported because a consumer-initiated transaction is tied to only one transaction-aware
ProducerFactory
and as suchKafkaTemplate
.Is this correct? Is there a way to make this case transactional?
Beta Was this translation helpful? Give feedback.
All reactions