parallel-consumer
parallel-consumer copied to clipboard
Have processing functions attached to topics instead of a global one for all subscribed topics
related:
- #175
There's been able to subscribe to multiple topics and have individual processing functions attached to each one – making the library more flexible for more use cases and more situations.
Implemented in:
- #390