Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue: Distributed event is received in service from which it was sent (there is no handler for this event.) #21936

Open
1 task done
marosfilipko opened this issue Jan 20, 2025 · 1 comment

Comments

@marosfilipko
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

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

  • 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants