Redningsselskapet / nestjs-plugins

Plugins for NestJS framework
ISC License
27 stars 22 forks source link

Events are consumed by wrong consumer. #8

Closed kenguru33 closed 2 years ago

kenguru33 commented 2 years ago

It seems like all the different events are load balance across all consumers. This is not correct behavior. Consumer should only receive events it subscribes.