Do I need to develop a subscriber/consumer for any API endpoint I'm developing? I mean, I want to send the response corresponding to the requested data.
My other concern is about subscribers, I've developed before a messaging backend, but the difference on that project was that the clients were receiving data through websockets, that I think it's a better approach dealing with microservices responses instead HTTP responses and payload.
How are you dealing with responses and timeouts serving to HTTP consumers?
Sorry If I'm not being very clear.
No comments yet.