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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to