Skip to content
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

package loadbalancer (take 2) #67

Merged
merged 4 commits into from
Jun 21, 2015
Merged

package loadbalancer (take 2) #67

merged 4 commits into from
Jun 21, 2015

Conversation

peterbourgon
Copy link
Member

  • Publisher emits sets of endpoints for a service
  • cache keeps an up-to-date set of endpoints from a publisher
  • LoadBalancer implements some behavior over endpoints
  • Retry wraps a load balancer and provides retry semantics for a single invocation

This is a reasonable first-cut, but a better implementation will introspect endpoint healthiness, and only send requests to endpoints that can reasonably be expected to succeed, based on available client-side knowledge.

peterbourgon added a commit that referenced this pull request Jun 21, 2015
package loadbalancer (take 2)
@peterbourgon peterbourgon merged commit b315cae into master Jun 21, 2015
@peterbourgon peterbourgon deleted the load-balancer-2 branch June 29, 2015 22:27
guycook pushed a commit to codelingo/kit that referenced this pull request Oct 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant