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/08/25 08:23:33 UTC

[GitHub] [pulsar] leizhiyuan commented on issue #11752: ClientBuilder didn't expose requestTimeoutMs setter for ClientConfigurationData

leizhiyuan commented on issue #11752:
URL: https://github.com/apache/pulsar/issues/11752#issuecomment-905291112


   it use  lombok annotation to generate this method.
   
   you can invoke 
   
   ```
     ClientConfigurationData conf = new ClientConfigurationData();
           conf.setRequestTimeoutMs(100);
   ```
   
   directly


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