-
Notifications
You must be signed in to change notification settings - Fork 28
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
Add docker-friendly remote service discovery providers #72
Milestone
Comments
+1 |
tcalmant
added a commit
that referenced
this issue
Dec 9, 2016
…Registry update Works with all cases: service registration, update and removal. Related to issue #72
tcalmant
added a commit
that referenced
this issue
Dec 9, 2016
…Registry update Works with all cases: service registration, update and removal. Related to issue #72
tcalmant
added a commit
that referenced
this issue
Dec 9, 2016
Now ensuring that "str" hostnames are stored instead of "bytes" Related to issue #72
Added ZooKeeper discovery in commit d31c415 |
Tests added this week, leading to some fixes for compatibility with Python 2.7. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Multicast is not available on Docker networks, which means that most of built-in discovery services can't work on that kind of architecture.
The following providers could be interesting to handle this situation:
The text was updated successfully, but these errors were encountered: