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
I spend many time to debug why anything is not working for me. After looking to sources I found a reason - masters processed by Regexp, but for slaves used simple string comparison.
Documentation does not says that mask is allowed for slaves, but intuitively I think that masters and slaves processes equally.
So, I can propose only two solutions:
Improve docs, and highlight that moment.
Update slaves processing to support regexp.
The text was updated successfully, but these errors were encountered:
I spend many time to debug why anything is not working for me. After looking to sources I found a reason - masters processed by Regexp, but for slaves used simple string comparison.
Documentation does not says that mask is allowed for slaves, but intuitively I think that masters and slaves processes equally.
So, I can propose only two solutions:
The text was updated successfully, but these errors were encountered: