You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
beenotung
changed the title
more portable discovery
more portable service discovery
Jul 9, 2020
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.
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)
The text was updated successfully, but these errors were encountered: