Replies: 2 comments 1 reply
-
\CC @ozangunalp |
Beta Was this translation helpful? Give feedback.
0 replies
-
It is the same as the example in the docs, except that you also mention the destination topic :
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have this code:
And I want to send to MEASUREMENT_ENRICHED_OUT and ALARM_ENRICHED_OUT channels within the same kafka transaction.
Is that possible?
Guide tells me it is, but I do not know how :)
![image](https://private-user-images.githubusercontent.com/20385863/391912114-4113724b-f889-452b-be29-4572dbcb608c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MjQ0MjQsIm5iZiI6MTczOTYyNDEyNCwicGF0aCI6Ii8yMDM4NTg2My8zOTE5MTIxMTQtNDExMzcyNGItZjg4OS00NTJiLWJlMjktNDU3MmRiY2I2MDhjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDEyNTUyNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTA4MWE3YTZhM2E2OTM1ZGI4ZTMxMjUxMzY4MmI0ZDA2ZjE1Y2U4N2E4ZTE2OTU3MTYxZDUwYjJhZWY2N2U3OTYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.jKs3VvvbwhRD5l8BeEwcM5kkjMNo9DG69Yu-0pqJ8TQ)
https://quarkus.io/guides/kafka#kafka-transactions
Beta Was this translation helpful? Give feedback.
All reactions