golevelup / nestjs

A collection of badass modules and utilities to help you level up your NestJS applications 🚀
MIT License
2.26k stars 259 forks source link

rabbitmq: allow per subscriber/handler deserializer customization #704

Closed ttshivers closed 2 months ago

ttshivers commented 7 months ago

It would be neat to be able to customize the deserializer per subscriber/handler instead of once globally.

underfisk commented 7 months ago

It looks like a QOL improvement, feel free to push it over. I do see the need/applicability, the global deserializer was probably enough for most of the use cases. As long as we have the right precedence order in place and test coverage, i don't see why not