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/23 19:12:20 UTC

[GitHub] [pulsar] syhily opened a new issue #11752: ClientBuilder didn't expose setter for in ClientConfigurationData

syhily opened a new issue #11752:
URL: https://github.com/apache/pulsar/issues/11752


   **Describe the bug**
   We can't set requestTimeoutMs by using ClientBuilder.


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



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

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


   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



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

Posted by GitBox <gi...@apache.org>.
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