Skip to content
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

[improve][pulsar] Enhance SendCallback to address PIP-363 #11648

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dao-jun
Copy link
Member

@dao-jun dao-jun commented Jun 21, 2024

In PIP-363, Pulsar will change the org.apache.pulsar.client.impl.SendCallback#sendComplete method sign from

public void sendComplete(Exception e)

to

public void sendComplete(Exception e, OpSendMsgStats stats)

As we wrapped org.apache.pulsar.client.impl.SendCallback#sendComplete in ProducerImplInstrumentation, this PIP will break the current javaagent behavior.

This PR is for the purpose of addressing it, and it will also compatible with pulsar client 2.8.0 to LATEST.

@dao-jun dao-jun requested a review from a team as a code owner June 21, 2024 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant