Skip to content
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

messages: support topic/subscriber filter policies #5180

Open
derekperkins opened this issue Sep 11, 2019 · 1 comment
Open

messages: support topic/subscriber filter policies #5180

derekperkins opened this issue Sep 11, 2019 · 1 comment

Comments

@derekperkins
Copy link
Member

It should be possible for message tables to conditionally subscribe to topics, based on message metadata. For prior art, see subscription filter policies for SNS.
https://docs.aws.amazon.com/sns/latest/dg/sns-subscription-filter-policies.html

@derekperkins
Copy link
Member Author

As I've been thinking about it, it would really be awesome if we could support filtering with SQL statements rather than building our own filter conditionals. Since we're likely going to be executing this in vtgate, I'm not sure that'd be possible, but that'd really lean into our strengths.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants