Upgrading the .NET library: from PUSH consumers to PULL consumers #780
Alvaro82
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am migrating a wrapper from the previous .NET library to this new version and I have found a problem with the durable consumers that were already created previously.
With the previous library we used PUSH consumers by default, and in the current one they are not supported so we have to migrate them to PULL consumers and it is not possible to update them.
In case you have the same problem I share with you the method I have prepared to make the migration transparent to my wrapper clients.
Any comments or suggestions are welcome.
Beta Was this translation helpful? Give feedback.
All reactions