tcalmant / ipopo

iPOPO: a Service-Oriented Component Model for Python
https://ipopo.readthedocs.io/
Apache License 2.0
69 stars 28 forks source link

Add docker-friendly remote service discovery providers #72

Closed tcalmant closed 7 years ago

tcalmant commented 7 years ago

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:

debbabi commented 7 years ago

+1

tcalmant commented 7 years ago

Added ZooKeeper discovery in commit d31c4150a3781ff733e40f2628dc59d301d406e7 All feedback is welcome.

tcalmant commented 7 years ago

Tests added this week, leading to some fixes for compatibility with Python 2.7. Considering this task done.