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: [email protected]
