SlimMessageBus icon indicating copy to clipboard operation
SlimMessageBus copied to clipboard

[Host] Ability to add assembly or type redirect names in AssemblyQualifiedNameMessageTypeResolver

Open zarusz opened this issue 10 months ago • 0 comments

When a message type is moved from assembly A to assembly B, I want to be able to redirect an incoming message for a given type from assembly A to assembly B and vice versa for publishing.

This is to ensure backward compatibility of types when contracts change and we have to ensure older consumer/producer services still work with the new consumer/producer services.

zarusz avatar Apr 02 '24 09:04 zarusz