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
To me, messaging seem to fulfill our requirement for grader and firebase more than HTTP.
Unlike HTTP communication, the services involved do not directly communicate with each other. Instead, the services push messages to a message broker that other services subscribe to. This eliminates a lot of complexity associated with HTTP communication.
Why this RFC?
To me, messaging seem to fulfill our requirement for grader and firebase more than HTTP.
From https://blog.logrocket.com/methods-for-microservice-communication/
It's seem to me that grader subscribing to message broker and sync push submission to queue from firebase is better.
Implementation
Use RabbitMQ or Kafka to implement this.
The text was updated successfully, but these errors were encountered: