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
We need to find a way to version or upgrade the model of EmailMessage. EasyNetQ routes by typename so we cannot just add fields to the model when running producers and consumer with different model versions. https://github.com/EasyNetQ/EasyNetQ/wiki/Versioning-Messages does not work with future publish (which we use).
The text was updated successfully, but these errors were encountered:
We need to find a way to version or upgrade the model of
EmailMessage
. EasyNetQ routes by typename so we cannot just add fields to the model when running producers and consumer with different model versions. https://github.com/EasyNetQ/EasyNetQ/wiki/Versioning-Messages does not work with future publish (which we use).The text was updated successfully, but these errors were encountered: