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

[RFC] Change communication protocol to message instead of HTTP #5

Open
iammarkps opened this issue Jul 10, 2020 · 0 comments
Open

[RFC] Change communication protocol to message instead of HTTP #5

iammarkps opened this issue Jul 10, 2020 · 0 comments
Assignees
Labels
RFC Request for comment

Comments

@iammarkps
Copy link
Member

Why this RFC?

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.

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.

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

No branches or pull requests

6 participants