apple / swift-distributed-actors

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

Is it possible to check-in automatically when ID has \.receptionID metadata #1154

Open ktoso opened 1 month ago

ktoso commented 1 month ago

And maybe consider a rename to discoveryID?

akbashev commented 1 month ago

Think makes sense. Tbh I've never used receptionID as basically you can use something like checkIn(self, with: Self.key) and it felt redundant. If it will do checkIn automatically, then it will be neat!