dao-jun opened a new pull request, #715: URL: https://github.com/apache/skywalking-java/pull/715
In https://github.com/apache/pulsar/pull/22940, Pulsar will change the `org.apache.pulsar.client.impl.SendCallback#sendComplete` method sign from ```java public void sendComplete(Exception e) ``` to ```java public void sendComplete(Throwable t, OpSendMsgStats stats) ``` This PR is to address it. - [x] Update the [`CHANGES` log](https://github.com/apache/skywalking-java/blob/main/CHANGES.md). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
