dlg99 commented on pull request #11251:
URL: https://github.com/apache/pulsar/pull/11251#issuecomment-876831351


   @nlu90 
   > One last way is we add history database specific pulsar auth parameters 
   
   adding all parameters is tedious (the way config definition works there 
needs definition of each parameter with bunch of metadata around).
   What if we could define one parameter, String, for serialized config json 
and then do something like
   ```
   String clientConfJson = pulsarClient.getConfig();
   ```
   to pass that to the PulsarDatabaseHistory that can use 
ClientBuilder.loadConf(..)


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


Reply via email to