s12v / sns

Fake Amazon SNS
https://hub.docker.com/r/s12v/sns/
Apache License 2.0
126 stars 40 forks source link

Ability to filter subscriptions #55

Open paul-cummings opened 5 years ago

paul-cummings commented 5 years ago

Is it possible to filter subscriptions i.e. messages with "cluster:c1" would only go to the c1 queue? Currently I have the subscriptions created in db.json but this seems too coarse for our needs.

Thanks.

nolan-m commented 5 years ago

@paul-cummings Did you figure this out? I am also wondering how to do this.

paul-cummings commented 5 years ago

I haven't figured this out yet. Been trying to work on something on my own forked branch, but haven't got there yet.

jameskbride commented 10 months ago

Hello and apologies for the self-advertisement, I've created local-sns as a reimplementation of this project, which includes basic support for subscription filtering (this feature is currently under development). See https://github.com/jameskbride/local-sns/issues/21 for more details.