You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Avoid directly obtaining the value of the Topic because you are worried that the global JsonSerializerOptions will be modified, resulting in failure to obtain the Topic
Copy file name to clipboardexpand all lines: src/BuildingBlocks/Dispatcher/Masa.BuildingBlocks.Dispatcher.IntegrationEvents/Logs/IntegrationEventLog.cs
+14-7
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,12 @@ public class IntegrationEventLog : IHasConcurrencyStamp
Copy file name to clipboardexpand all lines: src/Contrib/Dispatcher/IntegrationEvents/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EFCore/IntegrationEventLogService.cs
Copy file name to clipboardexpand all lines: src/Contrib/Dispatcher/IntegrationEvents/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EFCore/IntegrationEventOptionsExtensions.cs
-2
Original file line number
Diff line number
Diff line change
@@ -30,9 +30,7 @@ public static IIntegrationEventOptions UseEventLog<TDbContext>(
Copy file name to clipboardexpand all lines: src/Contrib/Dispatcher/IntegrationEvents/Masa.Contrib.Dispatcher.IntegrationEvents/Internal/IntegrationEventLogItem.cs
+2-2
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,9 @@ internal class IntegrationEventLogItem
Copy file name to clipboardexpand all lines: src/Contrib/Dispatcher/IntegrationEvents/Masa.Contrib.Dispatcher.IntegrationEvents/Processor/RetryByDataProcessor.cs
Copy file name to clipboardexpand all lines: src/Contrib/Dispatcher/IntegrationEvents/Masa.Contrib.Dispatcher.IntegrationEvents/Processor/SendByDataProcessor.cs
Copy file name to clipboardexpand all lines: src/Contrib/Dispatcher/IntegrationEvents/Tests/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EFCore.Tests/IntegrationEventLogServiceTest.cs
Copy file name to clipboardexpand all lines: src/Contrib/Dispatcher/IntegrationEvents/Tests/Masa.Contrib.Dispatcher.IntegrationEvents.Tests/ProcessorTest.cs
+6-9
Original file line number
Diff line number
Diff line change
@@ -67,10 +67,7 @@ public async Task RetryByDataProcessorExecuteTestAsync()
Copy file name to clipboardexpand all lines: src/Contrib/Dispatcher/IntegrationEvents/Tests/Masa.Contrib.Dispatcher.IntegrationEvents.Tests/SendByDataProcessorTest.cs
+4-4
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ public async Task TestPublishEventByPublishIsFailedAsync()
0 commit comments