Top "Microservices" questions

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

Load balancer does not have available server for client: meeting

While I am trying to reach the service meeting via Zuul gateway, Zuul is unable to forward the request to …

java spring-boot microservices netflix-zuul netflix-eureka
What is service discovery, and why do you need it?

As far as I can tell, "service discovery" means a way for a client to find out about a server (…

web-services configuration architecture microservices
Kubernetes Cross Namespace Ingress Network

I have a simple ingress network, I want to access services at different namespaces, from this ingress network. How I …

kubernetes microservices kubernetes-ingress
Angular and Micro-Frontends

I am doing some research on how to split a huge single-page-monolith into a micro-frontend architecture. The idea: the page …

javascript html angular microservices
What are the disadvantages of Spring Boot for Java web applications?

[This needs to be voted to be reopened to answer.] Spring boot is tipped as being the default go to …

java spring spring-boot microservices
Feign Client + Eureka POST request body

I'm trying to use Feign and Eureka to forward a post request from server A to server B. Both servers …

spring rest microservices netflix-eureka netflix-feign
Service discovery vs load balancing

I am trying to understand in which scenario I should pick a service registry over a load balancer. From my …

web-services amazon-web-services cloud distributed-computing microservices
Enabling session in lumen framework

I have two (but let's image more) micro-services (API) which need to be aware of authenticated user. Ideally I would …

laravel microservices lumen
Should I use forever/pm2 within a (Docker) container?

I am refactoring a couple of node.js services. All of them used to start with forever on virtual servers, …

node.js docker coreos microservices
Database "C:/data/sample" not found, and IFEXISTS=true, so we cant auto-create it - Error in Spring Boot

I have created a spring boot application to connect h2 database with it. While doing so, it throws an error …

spring-boot microservices pom.xml h2 application.properties