Multi-homed actors follow-up from GH#367 #13
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
RE the follow list in https://github.com/goodboy/tractor/pull/367,
Mostly future distributed networking feats as we fill out,
a proper discovery protocol and rework of
Arbiter
->Registry
and/orRootActor
?libp2p-style multi-addresses (or something fairly similar) for actor-task-as-service endpoints
piker
piker.cli
encrypted IPC transport tunnelling over both ssh and wireguard
dig into how this might all play with the
ssh
bootstrapping inrsyscall
for the TCP tunneling case whenever we finally get to https://github.com/goodboy/tractor/issues/272write up an issue on adding in dynamic wg support via
pyroute2
Ongoing follow up in dev
examples/multihost/
example scripts