wuYin opened a new pull request #450: URL: https://github.com/apache/pulsar-client-go/pull/450
### Motivation Clusters deployed over k8s, during broker pod restarting / terminating, it's service DNS `.cluster.local` will be removed, cause proxy can't connect to this restarting owner broker. For now, pulsar-client-go only logging `ServiceNotReady` error but without details. ### Modifications Logging LookupResponse failure detail message like this:  ### Verifying this change - [ ] Make sure that the change passes the CI checks. ---------------------------------------------------------------- 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]
