nestjs icon indicating copy to clipboard operation
nestjs copied to clipboard

rabbitmq: allow per subscriber/handler deserializer customization

Open ttshivers opened this issue 1 year ago • 1 comments

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

ttshivers avatar Feb 29 '24 19:02 ttshivers

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

underfisk avatar Feb 29 '24 23:02 underfisk