You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
zarusz
changed the title
[Host] Ability to add assembly redirect names in AssemblyQualifiedNameMessageTypeResolver
[Host] Ability to add assembly or type redirect names in AssemblyQualifiedNameMessageTypeResolver
Apr 2, 2024
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.
The text was updated successfully, but these errors were encountered: