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
Is your feature request related to a problem? Please describe.
Since I updated my project that also makes use of the RabbitMq.Client library to version 7.0, the sink no longer works and throws a MissingMethodException.
I've tried going back to version 6.8.3 or RabbitMq.Client and the issue goes away.
That's not a long term solution as we already migrated much of our codebase to 7.0 wich introduces breaking changes in the RabbitMq.Client public api.
Describe the solution you'd like
Updated the Sink code that makes use of the RabbitMq.Client version 7.x
Describe alternatives you've considered
Forked repo and working on updating myself.
Additional context
Code sample that throws the exception:
Support for the 7.0 client has been added to master. I want to add another breaking change, so there will be no Release soon. You could give it a go here:
Is your feature request related to a problem? Please describe.
Since I updated my project that also makes use of the RabbitMq.Client library to version 7.0, the sink no longer works and throws a MissingMethodException.
I've tried going back to version 6.8.3 or RabbitMq.Client and the issue goes away.
That's not a long term solution as we already migrated much of our codebase to 7.0 wich introduces breaking changes in the RabbitMq.Client public api.
Describe the solution you'd like
Updated the Sink code that makes use of the RabbitMq.Client version 7.x
Describe alternatives you've considered
Forked repo and working on updating myself.
Additional context
Code sample that throws the exception:
The text was updated successfully, but these errors were encountered: