Support multiple Data-Bus-De-Serializer in version 7.x

Hi

Reading the documentation of Data Bus • NServiceBus • Particular Docs, I see it is possible to have multiple De-Serializers for databus in 8.x, but I am not sure if it is possible for version 7.x.

Is there a workaround for it ?

There is currently no multi-deserializer support in v7. As a workaround you could build a custom serializer yourself that mimics the v8 behaviour

That said have you considered upgrading the relevant endpoint(s) to v8? (should be a reasonably straightforward upgrade and NServiceBus is wire-compatible so you can mix versions)

Cheers,

Andreas

1 Like