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

[fix][client] Replace String with WebTarget in authenticationStage #23924

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

nodece
Copy link
Member

@nodece nodece commented Feb 5, 2025

Motivation

This PR is based on #23905 and is used to fix the TLS context loss.

Modifications

  • Add org.apache.pulsar.client.api.Authentication#authenticationStage(javax.ws.rs.client.WebTarget, org.apache.pulsar.client.api.AuthenticationDataProvider, java.util.Map<java.lang.String,java.lang.String>, java.util.concurrent.CompletableFuture<java.util.Map<java.lang.String,java.lang.String>>) instead of org.apache.pulsar.client.api.Authentication#authenticationStage(java.lang.String, org.apache.pulsar.client.api.AuthenticationDataProvider, java.util.Map<java.lang.String,java.lang.String>, java.util.concurrent.CompletableFuture<java.util.Map<java.lang.String,java.lang.String>>) in the org.apache.pulsar.client.api.Authentication, and fix call.

Documentation

  • doc
  • doc-required
  • doc-not-needed
  • doc-complete

@github-actions github-actions bot added the doc-not-needed Your PR changes do not impact docs label Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-not-needed Your PR changes do not impact docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant