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

gateway: DNS SRV priority #7882

Merged
merged 2 commits into from
May 8, 2017
Merged

Commits on May 5, 2017

  1. pkg/srv: package for SRV utilities

    Trying to decouple the v2 client from SRV code. Can't move
    into discovery/ since that creates a circular dependency. So,
    give up and move all the SRV code into a new package.
    heyitsanthony committed May 5, 2017
    Configuration menu
    Copy the full SHA
    07ad181 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2017

  1. etcdmain, tcpproxy: srv-priority policy

    Adds DNS SRV weighting and priorities to gateway.
    
    Partially addresses etcd-io#4378
    heyitsanthony committed May 8, 2017
    Configuration menu
    Copy the full SHA
    c232814 View commit details
    Browse the repository at this point in the history