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
When setting the cluster router setting allowLocalRoutees to true, a role defined with e.g. useRole = Some("my-role"), is ignored for the local routee. I was expecting that, if the local node doesn't have the required role, no routee will get deployed.
The current might be the desired behavior, but then it needs to be documented better and more explicit.