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
I have two services: Service1 and Service2.
I use Azure service bus and I have the event inbox and outbox enabled.
I publish distributed event (TestEto) from Service1.
I have distributed event handler for TestEto in Service2.
Event is received in Service2 and also in Service1 (but there is no handler for TestEto).
Inbox entries for the TestEto are stored in both services.
Reproduction Steps
create two services (enable inbox and outbox)
create TestEto
create Distributed event handler fro TestEto in Service2
publish TestEto from Service 1
check table Inbox in both services
records for TestEto are stored in both services
Expected behavior
The distributed event should only be received in a service where a handler for this event exists.
Actual behavior
No response
Regression?
No response
Known Workarounds
No response
Version
9.0.0
User Interface
Blazor
Database Provider
EF Core (Default)
Tiered or separate authentication server
None (Default)
Operation System
Windows (Default)
Other information
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Description
I have two services: Service1 and Service2.
I use Azure service bus and I have the event inbox and outbox enabled.
I publish distributed event (TestEto) from Service1.
I have distributed event handler for TestEto in Service2.
Event is received in Service2 and also in Service1 (but there is no handler for TestEto).
Inbox entries for the TestEto are stored in both services.
Reproduction Steps
Expected behavior
The distributed event should only be received in a service where a handler for this event exists.
Actual behavior
No response
Regression?
No response
Known Workarounds
No response
Version
9.0.0
User Interface
Blazor
Database Provider
EF Core (Default)
Tiered or separate authentication server
None (Default)
Operation System
Windows (Default)
Other information
No response
The text was updated successfully, but these errors were encountered: