Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transactional messaging #4

Open
sgc109 opened this issue Sep 14, 2021 · 0 comments
Open

Transactional messaging #4

sgc109 opened this issue Sep 14, 2021 · 0 comments

Comments

@sgc109
Copy link

sgc109 commented Sep 14, 2021

Hi, I'm just a developer who is researching Axon and found out your awesome project, and I got to be curious about how you were going to handle transactional messaging.
In the diagram of README I can see command handlers are publishing events to both Kafka and MongoDB. As far as I know, we should use transactional messaging(e.g. by using outbox pattern) to make sending events to more than one components(i.e. Kafka and MongoDB in this case) to be atomic. Could I ask you how you were going to handle it?

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant