Top "Microservices" questions

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

Microservices Why Use RabbitMQ?

I haven't found an existing post asking this but apologize if I missed it. I'm trying to get my head …

rabbitmq microservices
Unauthorized in spring boot admin

I wanted to control the microservices that are running in the Eureka server. I used spring-boot-admin for this, but I …

spring spring-boot microservices netflix-eureka spring-boot-admin
How to Set Request Headers Using a Feign Client?

We are developing a suite of Microservices using Spring Cloud framework and one of the the things that we need …

spring-mvc spring-cloud microservices netflix-feign spring-cloud-netflix
DB design for microservice architecture

I am planning to use the Microservices architecture for the implementation of our website. I wanted to know if it …

database microservices
Visual Studio Container Tools requires Docker to be running before building, debugging or running a containerized project

I am working on .Net core Microservices. I installed Docker Toolbox containing docker cli and kitematics. After that i created …

docker visual-studio-2017 docker-compose microservices asp.net-core-webapi
Microservices: what are pros and cons?

What are pros and cons of using microservices in comparison with alternative architectures? Is there a rule of thumb when …

architecture microservices
Spring Cloud Config Eureka-first approach not working

I'm developing a Spring Cloud Eureka microservices application. I want my services to connect to the config service via an …

spring spring-boot spring-cloud microservices netflix-eureka
Eureka service discovery without Spring-boot

I have written a spring boot micro-service and a REST client. The client is a part of another module and …

java spring spring-boot microservices netflix-eureka
How to get docker toolbox to work with .net core 2.0 project

I'm getting an error trying to use the Docker functionality with my .NET core 2.0 project. I've been getting an error …

c# docker asp.net-core visual-studio-2017 microservices
Running multiple projects using docker which each runs with docker-compose

We are using microservices approach to build our product. We are using some projects which each uses docker-compose to run. …

docker development-environment docker-compose microservices