devsisters / shardcake

Sharding and location transparency for Scala
https://devsisters.github.io/shardcake/
Apache License 2.0
389 stars 30 forks source link

[Feature Request] Proxy only mode #79

Closed BaekGeunYoung closed 1 year ago

BaekGeunYoung commented 1 year ago

Hi, I wanna run some nodes as proxy only mode. A node running as proxy mode does not host any entities, and can only send messages to entities hosted in other nodes.

ghostdogpr commented 1 year ago

You can already do that, simply by not calling register on those nodes.

BaekGeunYoung commented 1 year ago

Oh, should I call registerEntity only?

ghostdogpr commented 1 year ago

No, just messenger and you can send messages with it.