Hacker News new | ask | show | jobs
by hcm 4640 days ago
Check out Hutch (https://github.com/gocardless/hutch) - a similar system built on top of RabbitMQ
1 comments

That is close. Thanks for the link.

The Consumer mixin is almost the same as the Subscriber one that I came up with.

Is there a way to subscribe on more than just the topic type? For example, to anything published that has { action: 'received' }

That's something that really enables some great use cases for us.