You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it gives the example of using "serviceHttpUrl" as a key, however the correct key should be serviceUrl since PulsarAdminBuilder uses ClientConfigurationData class.
What is your suggestion?
Update the comment to use the correct key as it is confusing for developers.
Search before asking
What issue do you find in Pulsar docs?
pulsar/pulsar-client-admin-api/src/main/java/org/apache/pulsar/client/admin/PulsarAdminBuilder.java
Line 47 in 3e6f7de
it gives the example of using "serviceHttpUrl" as a key, however the correct key should be
serviceUrl
since PulsarAdminBuilder uses ClientConfigurationData class.What is your suggestion?
Update the comment to use the correct key as it is confusing for developers.
Any reference?
pulsar/pulsar-client-admin-api/src/main/java/org/apache/pulsar/client/admin/PulsarAdminBuilder.java
Line 47 in 3e6f7de
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: