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

Transactionmanager isolated #3

Open
cforce opened this issue Feb 3, 2016 · 1 comment
Open

Transactionmanager isolated #3

cforce opened this issue Feb 3, 2016 · 1 comment

Comments

@cforce
Copy link

cforce commented Feb 3, 2016

Does your example ensure that any transaction can't span over both datasource's.
I need this approach for a monolith to spring boot microservice migration.

@stephen-masters
Copy link
Owner

In the example, there is a transaction manager for each datasource, so they are separate. If you wish to support distributed transactions, then I suspect that you would need to introduce something like Bitronix or Atomikos.

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

2 participants