-
Notifications
You must be signed in to change notification settings - Fork 0
Microservices Architecture #25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Python with EurekaRefer stacklink Refer to full documentation at Python client for Netflix Eureka
|
Load BalancersMid tier LB's - https://stackoverflow.com/a/57835756 - A mid-tier load balancer is a load balancer that isn't exposed to the Internet, but instead is intended to distribute internally-generated traffic between components in your stack. An example would be the "order placement" (micro)service verifying prices by sending requests to the "catalog item details" (micro)service -- you need a mid-tier load balancer in front of the multiple nodes providing the "catalog item details" service so that the request is routed to a healthy endpoint for that service, without "order placement" needing to be responsible for somehow finding a healthy "catalog item details" endpoint on its own. |
Uh oh!
There was an error while loading. Please reload this page.
Intro to Gateways
The text was updated successfully, but these errors were encountered: