goodboy / tractor

A distributed, structured concurrent runtime for Python (and friends)
GNU Affero General Public License v3.0
265 stars 12 forks source link

Begin deprecation of `arbiter_addr` -> `registry_addr` #348

Closed goodboy closed 1 year ago

goodboy commented 1 year ago

This is the start to adjusting the public API to support a so called registry system for actor discovery as per https://github.com/goodboy/tractor/issues/216.

For now we're just adding a deprecation warning which should serve drive the actual internal renaming and implementation desired by both #216 and #296.