tuteng commented on a change in pull request #14044:
URL: https://github.com/apache/pulsar/pull/14044#discussion_r798605470
##########
File path:
pulsar-client-api/src/main/java/org/apache/pulsar/client/api/AuthenticationDataProvider.java
##########
@@ -36,6 +36,8 @@
@InterfaceAudience.LimitedPrivate
@InterfaceStability.Stable
public interface AuthenticationDataProvider extends Serializable {
+
+ String PULSAR_AUTH_METHOD_NAME = "X-Pulsar-Auth-Method-Name";
Review comment:
Define it in the interface and reference it in its implementation
--
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]