golevelup / nestjs

A collection of badass modules and utilities to help you level up your NestJS applications 🚀

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rabbitmq: allow per subscriber/handler deserializer customization

ttshivers opened this issue · comments

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

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