TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How are you building microservices?

2 pointsby razeonexover 9 years ago
I&#x27;m not totally sure what&#x27;s the microservices architecture better approach. Since I have to build this backend API&#x27;s transporting messages to microservices using an AMQP broker in the middle, I&#x27;m using Django REST to decorate endpoints, send the messages to the broker, handling authentication and dispatching only HTTP responses if I have successfully sent a message. My particular concerns are about:<p><i>Do I need to develop a subscriber&#x2F;consumer for any API endpoint I&#x27;m developing? I mean, I want to send the response corresponding to the requested data.<p></i>My other concern is about subscribers, I&#x27;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&#x27;s a better approach dealing with microservices responses instead HTTP responses and payload.<p>How are you dealing with responses and timeouts serving to HTTP consumers?<p>Sorry If I&#x27;m not being very clear.

no comments

no comments