nlu90 commented on pull request #11251: URL: https://github.com/apache/pulsar/pull/11251#issuecomment-876855178
> @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(..) @dlg99 This sounds an interesting idea! I just checked the PulsarClient API, it doesn't support `getConfig` currently. We may want to discuss with the community about adding this API first. -- 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]
