You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/04/19 09:39:14 UTC

[GitHub] [pulsar] eolivelli opened a new issue #10264: Java Client: Provide PulsarAdminBuilder.loadConf as for PulsarClientBuilder

eolivelli opened a new issue #10264:
URL: https://github.com/apache/pulsar/issues/10264


   Currently (Pulsar 2.7.x) it is very awkward to build an AdminClient instance from a configuration file.
   
   We already have a useful PulsarClientBuilder#loadConf method that allows you to pass named properties, that usually can be read from a file.
   
   The risk is to always implement some custom procedure that uses non standard names
   
   **Describe the solution you'd like**
   I would like to see a PulsarAdminBuilder#loadConf file that implements a standard behaviour in naming properties for the AdminClient
   
   


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] codelipenghui commented on issue #10264: Java Client: Provide PulsarAdminBuilder.loadConf as for PulsarClientBuilder

Posted by GitBox <gi...@apache.org>.
codelipenghui commented on issue #10264:
URL: https://github.com/apache/pulsar/issues/10264#issuecomment-1058891431


   The issue had no activity for 30 days, mark with Stale label.


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org