-
Notifications
You must be signed in to change notification settings - Fork 802
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add blacklist for memory store #404
Conversation
This is useful! +1 |
I tested this branch and it does not work me. Adding a |
Could we use negative regex in whitelist to achieve similar functionality? |
@bai I believe that go doesn't allow negative regex and that is why we have a black list for the notifier and the consumer |
the consumer configuration allows defining both a blacklist and a whitelist while the memory storage only has a whitelist. This makes it more consistent, allowing both consumers and storage to be configured with the same filter.