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

[STORY] Event messaging system (pub-sub, etc.) #30

Open
1 task
ValerianClerc opened this issue Jun 23, 2020 · 0 comments
Open
1 task

[STORY] Event messaging system (pub-sub, etc.) #30

ValerianClerc opened this issue Jun 23, 2020 · 0 comments
Labels
api microservice-related changes devops infrastructure-related changes technical debt

Comments

@ValerianClerc
Copy link
Member

ValerianClerc commented Jun 23, 2020

We're starting to have a lot of events that require contacting other microservices. Currently, we're writing custom endpoints for this. Eventually we might want to set up an event system to handle these, rather than making direct calls.

Todo:

  • Research whether we want to use pub-sub, or continue direct calls to a defined interface (gRPC-like)

Interactions that would require pub-sub (please keep this up to date):

  • resetLastSubmission in the users' microservice when a new problemset is created
  • deleting problemset => also delete ID in user model
  • the mailing microservice?
@MohamedBeydoun MohamedBeydoun added api microservice-related changes devops infrastructure-related changes labels Jun 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api microservice-related changes devops infrastructure-related changes technical debt
Projects
None yet
Development

No branches or pull requests

2 participants