-
Notifications
You must be signed in to change notification settings - Fork 599
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[plugin][pulsar] Handle the SendCallback method sign changed. #715
Conversation
Please fix CI and we need to add the new versions to the test scenarios to verify. Also, you need to make CI passed. |
CHANGES.md
Outdated
@@ -6,6 +6,7 @@ Release Notes. | |||
------------------ | |||
|
|||
* Upgrade nats plugin to support 2.16.5 | |||
* [pulsar] Handle the SendCallback class method signature change. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* [pulsar] Handle the SendCallback class method signature change. | |
* Support newer Pulsar versions to adopt SendCallback class method signature change. |
I can't see which versions will include this. The PR you refer to doesn't have the version information.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code implementation PR: apache/pulsar#23196.
It will available in the next release.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can't accept this PR until it is released and verified through CI tests.
We have to hold this until then.
Could you fix the CI first? Then we need to wait for Pulsar's next release. |
No update for a month. Close for now. |
In apache/pulsar#22940, Pulsar will change the
org.apache.pulsar.client.impl.SendCallback#sendComplete
method sign fromto
This PR is to address it.
CHANGES
log.