Answer the question
In order to leave comments, you need to log in
What protocol should be used to transfer data between "microservices"?
It is necessary to design (schematically) a service for the following task:
There are N-computers. Each has a client application that collects text data and sends it to the servers. The servers process/extract the text, which will then be full-text searched.
The service must be easily scalable.
I decided to take microservice architecture as a basis. In my case, the client will not receive / process any responses. Similarly, the subsequent links in the chain. My version of the diagram in the picture .
In summary, the question is how best to organize data transfer between clients and servers? Would regular HTTP be fine for this, or is it even overkill? PS Don't kick me too hard, I'm in the backend -1
Answer the question
In order to leave comments, you need to log in
Would plain HTTP be fine for this, or is it even overkill?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question