Top "Microservices" questions

An architectural approach to developing a single application as a suite of small individually deployable services.

Transactions across REST microservices?

Let's say we have a User, Wallet REST microservices and an API gateway that glues things together. When Bob registers …

rest architecture transactions microservices
Orchestrating microservices

What is the standard pattern of orchestrating microservices? If a microservice only knows about its own domain, but there is …

http orchestration hypermedia microservices
com.netflix.discovery.shared.transport.TransportException: Cannot execute request on any known server

I am very new to the microservices and trying to run the code from link: https://dzone.com/articles/advanced-microservices-security-with-spring-and-oa . …

java spring-boot microservices
Microservice Authentication strategy

I'm having a hard time choosing a decent/secure authentication strategy for a microservice architecture. The only SO post I …

authentication architecture microservices
Micro services and .NET

How to build micro service oriented application in .NET world? Are there any platforms where we can write micro service …

.net microservices
API gateway vs. reverse proxy

In order to deal with the microservice architecture, it's often used alongside a Reverse Proxy (such as nginx or apache …

nginx reverse-proxy microservices aws-api-gateway tyk
Netflix Feign - Propagate Status and Exception through Microservices

I'm using Netflix Feign to call to one operation of a Microservice A to other other operation of a Microservice …

java spring spring-boot microservices feign
How do you send data in a Request body using HttpURLConnection?

I am using HttpURLConnection to make a POST request to a local service deployed locally and created using JAVA Spark. …

java web-services httpurlconnection microservices spark-java
How to bring a gRPC defined API to the web browser

We want to build a Javascript/HTML gui for our gRPC-microservices. Since gRPC is not supported on the browser side, …

javascript node.js protocol-buffers microservices grpc
Microservices vs Monolithic Architecture

I did some reading about microservices, and I'm little bit intrigued.Seems like it is interesting concept. But I wonder, …

microservices