aldettinger commented on PR #165:
URL: 
https://github.com/apache/camel-quarkus-examples/pull/165#issuecomment-1757564309

   > Good catch @aldettinger - For using transaction in clould environment, it 
would be good to use `jdbc-object-store` and will persist the transaction logs 
into the database. Please refer to 
https://quarkus.io/guides/transaction#jdbcstore
   
   Apparently from the quoted doc, it's possible to use persistent volume or 
database.
   So maybe, as a first step we could add a bit of doc in README ala:
   
   ```
   Under the hood, the distributed transaction is performed through XA[internet 
link to xa].
   As such, some transaction logs need to be persisted somewhere.
   In this example, the transaction logs are persisted in the folder named 
OjbectStore in the current directory.
   While deploying to kubernetes, one would need to use a persistent volume 
claim or to store the logs in a database[link to jdbc-object-store]
   ```


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to