You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
start method of ClusterSharding throws an IllegalArgumentException in case there is no match between cluster node roles and the role specified in the ClusterShardingSettings passed to this method.
But it may be handy to have a method which will start a ShardRegion in proxy mode on nodes without this role (rather then just throwing an exception). Also this may allow to change role in ClusterShardingSettings without changing the application code.