You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/03/26 06:18:14 UTC

[GitHub] [camel-quarkus] zhfeng commented on issue #819: Saga support

zhfeng commented on issue #819: Saga support
URL: https://github.com/apache/camel-quarkus/issues/819#issuecomment-604251435
 
 
   The camel-saga component  provides a way to make a manual decision of complete or compensate a Saga transaction. For normal use of the Saga, you can refer to [SAGA EIP](https://camel.apache.org/components/latest/eips/saga-eip.html).
   In term of the LRA (Long Running Action), it is more like a transaction model based on Saga pattern. You can refer to the [MicroProfile LRA](https://github.com/eclipse/microprofile-lra) to know more details about the APIs.
   The camel-lra provides a LRASagaService to talk to the [Narayana LRA coordinator](https://github.com/jbosstm/narayana/tree/master/rts/lra) and I think we could leverage the narayana lra coordinator extension in quarkus if it get merged in the future.
   
   Feel free to assign this issue to me and I will take a close look.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services