apple / swift-distributed-actors

Peer-to-peer cluster implementation for Swift Distributed Actors
https://apple.github.io/swift-distributed-actors/
Apache License 2.0
597 stars 56 forks source link

Seed nodes: DNS node discovery #317

Open ktoso opened 4 years ago

ktoso commented 4 years ago

Simple node discovery based on DNS querying

Allow configuring this so someone could just say in settings of actor system "use DNS, that's the service name" etc

ktoso commented 4 years ago

@tomerd has something for this we could base this on

ktoso commented 4 years ago

Part of https://github.com/apple/swift-distributed-actors/issues/313