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

Is the event bus a logger here? #1

Closed
armaandh opened this issue May 26, 2021 · 2 comments
Closed

Is the event bus a logger here? #1

armaandh opened this issue May 26, 2021 · 2 comments

Comments

@armaandh
Copy link

Awesome project. Just wondering what the main use case for your event bus is supposed to be. Is it to log events of various actions? For example, in the login method you use the event bus. Wondering what the use case is here.

@tuan-nguyen-egany
Copy link

tuan-nguyen-egany commented May 26, 2021

Awesome project. Just wondering what the main use case for your event bus is supposed to be. Is it to log events of various actions? For example, in the login method you use the event bus. Wondering what the use case is here.

Thank you for asking. Event Bus (Queue) helps the system to reduce the load and communicate with another service.
In production, "Activity Service" (You can call Logging Service) will be deployed at another service. Event bus helps service A to comunicate with"Activity Service" easily!

@vtuanjs vtuanjs closed this as completed Jun 1, 2021
@vtuanjs
Copy link
Owner

vtuanjs commented Jun 1, 2021

Solved

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

3 participants