Replies: 1 comment
-
For Rest API, I think transaction support should be available from controller side. We shouldn´t do it under each service because each use case may or not may require to execute the operation under a transaction that´s the reason I think a transaction should be opened for each exposed operation which requires it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Discussions related to support transations. We will try to a POC under a OTripleS draft branch.
Beta Was this translation helpful? Give feedback.
All reactions