Search before asking
What issue do you find in Pulsar docs?
|
* config.put("serviceHttpUrl", "http://localhost:6650"); |
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?
|
* config.put("serviceHttpUrl", "http://localhost:6650"); |
Are you willing to submit a PR?
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
serviceUrlsince 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?