Open
Description
Hi @mookid8000, I hope you're doing well.
If I configure the saga storage like this:
configurer.Sagas(e => e.StoreInOracle(connectionString,
sagaDataTable,
sagaIndexTable, enlistInAmbientTransaction: true));
It throws System.PlatformNotSupportedException: 'Operation is not supported on this platform.'
If I configure the saga storage like this:
configurer.Sagas(e => e.StoreInOracle(connectionString,
sagaDataTable,
sagaIndexTable));
It throws: System.InvalidOperationException: Connection is already part of a local or a distributed transaction
How can we handle that?
Metadata
Assignees
Labels
No labels