Skip to content

Simple project infraestructure for creating microservices using Spring Cloud and Netflix OSS.

License

Notifications You must be signed in to change notification settings

moonflare/springcloud-netflixoss-project

 
 

Repository files navigation

micro-services-config

This is a simple project infraestructure for creating microservices using Spring Cloud and Netflix OSS.

Problem

You will receive a 500 error message. In Zuul (gateway-service) project, you can check the stack with the following message error: "Load balancer does not have available server for client".

Reproducing the Problem

GET request to http://localhost:8765/email/test (using Zuul)

This produces the following error:

{ "timestamp": 1516279185321, "status": 500, "error": "Internal Server Error", "exception": "com.netflix.zuul.exception.ZuulException", "message": "GENERAL" }

With Docker

  1. Run ./buildup.sh file.

References

About

Simple project infraestructure for creating microservices using Spring Cloud and Netflix OSS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 86.6%
  • Shell 13.4%