Greetings. :-)
I chatted with a few of you offline about this earlier; anyone has any
thoughts around a ClusterLoader implementation that, instead of
broadcasting to the entire cluster, unicasts to the owners of a given key
by inspecting the DistributionManager. Thinking of using this as a
lazy/on-demand form of state transfer in a distributed cluster, so joiners
don’t trigger big chunks of data moving around eagerly.
- M