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

more portable service discovery #220

Open
beenotung opened this issue Jul 9, 2020 · 1 comment
Open

more portable service discovery #220

beenotung opened this issue Jul 9, 2020 · 1 comment

Comments

@beenotung
Copy link

beenotung commented Jul 9, 2020

From the talk "Microservices made easy with cote.js - lecture by Armagan Amcalar - Code Europe Autumn 2017", it seems cote relays on broadcast and anycast to do service discovery, that may require configuration on the router, which may not be preferable in some environment.

Would it be a good idea to do service discovery using p2p network running DHT in similar way like how discovery-swarm works? (Which connect to the DAT DHT network by default but can be configured to use other network as well)

@beenotung beenotung changed the title more portable discovery more portable service discovery Jul 9, 2020
@dashersw
Copy link
Owner

This would be interesting. Currently cote supports an alternative discovery mechanism using redis, and I believe any other solution could be implemented in a similar way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants