There are some common questions when it comes to microservices. One of them is „how to forward request from API gateway to the particular microservice?”. There’s no rule of thumb here because everyone has a slightly different approach, but the most popular solution I know is:For writes, so creates, updates and deletes (CUD) create a command and publish it to the service bus based on a queue like RabbitMQ.For reads (GET) forward the HTTP request to the internal API (not p...
Strona głównaProgramowanie rozproszone
Programowanie rozproszone 2663 dni, 10 godzin, 31 minut temu 162 pokaż kod licznika zwiń
Podobne artykuły:
- Designing and validating microservices boundaries – softwarearchitectures.io
- Recenzja - Building Microservices with ASP.NET Core - bd90
- Building Microservices - book review | Radek Maziarka Blog
- HttpClient explained using netstat - DeadDesk.top
- Patologie Mikroserwisów - Platforma
- Fones.Blog > Konfigurowalne obrazy z HTTP GETa
- Problemy i konsekwencje związane z rozproszeniem aplikacji
- [EN] Supporting Encrypted Content-Encoding in HttpClient (Part 1 of 2) - Encoding
- Raporty w systemach rozproszonych – IT w chmurach
- Dillema 1: Monolith or microservices? – Me About Software
- Distributed .NET Core - Episode 1