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

Describe the usage of custom events #270

Open
Skyleiger opened this issue Oct 27, 2023 · 0 comments
Open

Describe the usage of custom events #270

Skyleiger opened this issue Oct 27, 2023 · 0 comments

Comments

@Skyleiger
Copy link

I have been looking for a way to submit events to all my microservices to have a loose coupling between services.

This could be, for example, a customer create event that gets sent around so that I don't have to know which microservices the event goes to yet in order to program the customer service. It can simply be intercepted by all services.

Well, for that I came across Spring Cloud Bus.

Unfortunately, however, it is nowhere explained in detail how to create the Custom Remote Events now.

What is the origin? What is the destination?
Why do the events need to be scanned in advance?

Is Spring Cloud Bus suitable for my scenario or should it be done differently?

I ask for answers to my questions.

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

No branches or pull requests

2 participants