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 2020/06/01 12:12:51 UTC

[GitHub] [pulsar] massakam opened a new pull request #7126: [client] Change the default value of maxLookupRedirects of Java client

massakam opened a new pull request #7126:
URL: https://github.com/apache/pulsar/pull/7126


   Master Issue: #7041
   
   I limited the number of times a lookup request was redirected in https://github.com/apache/pulsar/pull/7096 and set the default value to 100. However, the default value for C++ and Go libraries is 20, so change the default value for Java library to 20 as well.
   https://github.com/apache/pulsar/blob/eea53b7b04f1883e0b4ff8d880731a8ee0c1c92d/pulsar-client-cpp/lib/HTTPLookupService.cc#L37
   https://github.com/apache/pulsar-client-go/blob/6e5c7d340f7d0d53026ba228379a0a68e06342dd/pulsar/internal/lookup_service.go#L81-L82


----------------------------------------------------------------
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] merlimat merged pull request #7126: [client] Change the default value of maxLookupRedirects of Java client

Posted by GitBox <gi...@apache.org>.
merlimat merged pull request #7126:
URL: https://github.com/apache/pulsar/pull/7126


   


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