We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently you have to specify all cluster nodes when adding node dynamically. Need to implement auto discovery.
The text was updated successfully, but these errors were encountered:
I have a very rough implementation using SSDP here https://github.com/nijave/python-shared-state-network-service (I've only learned about SSDP yesterday so it may not be a very good or correct implementation of SSDP)
Sorry, something went wrong.
I would be glad if you port it to pysyncobj core, that would be awesome feature.
I would like to propose an alternative: use Hashistack Consul for auto discovery. It includes service mesh. All for free.
If this is interesting, I can setup a repo with docker-compose that sets up Consul for you - all you need to do is use it.
docker-compose
You can run Consul on the same servers as PySyncObj
No branches or pull requests
Currently you have to specify all cluster nodes when adding node dynamically. Need to implement auto discovery.
The text was updated successfully, but these errors were encountered: