An architectural approach to developing a single application as a suite of small individually deployable services.
I haven't found an existing post asking this but apologize if I missed it. I'm trying to get my head …
rabbitmq microservicesI 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-adminWe 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-netflixI am planning to use the Microservices architecture for the implementation of our website. I wanted to know if it …
database microservicesI 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-webapiWhat are pros and cons of using microservices in comparison with alternative architectures? Is there a rule of thumb when …
architecture microservicesI'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-eurekaI 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-eurekaI'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 microservicesWe 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