-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ES.FX): enhance IgniteHostingExtensions and refactor OutboxDbCon…
…textInterceptor - In `IgniteHostingExtensions.cs`, enhanced the configuration of OpenTelemetry by adding an environment variable detector. - Refactored `OutboxDbContextInterceptor.cs` to change the interception points from SavingChanges/SavedChanges to TransactionCommitting/TransactionCommitted. This ensures that outbox operations are performed at transaction boundaries rather than save changes boundaries. - Minor formatting adjustments in `OutboxDeliveryService.cs` for better readability.
- Loading branch information
1 parent
23c9b7d
commit 2466768
Showing
3 changed files
with
35 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters