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
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?
The text was updated successfully, but these errors were encountered:
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:
Interactions that would require pub-sub (please keep this up to date):
The text was updated successfully, but these errors were encountered: