GitHub user lhotari edited a comment on the discussion: Unnecessary DNS lookup errors in logs
@sindhushreem25 You should use `pulsar+ssl://pulsar-proxy.op.svc.cluster.local.:6651` as the `serviceUrl` in your client to avoid this issue. That will prevent all unnecessary DNS lookups on the client side. I hope that helps. I haven't found any change on Netty side triggering this behavior. Using an absolute FQDN name will fix the issue. An absolute FQDN name is one that ends in the root domain, which is represented by the trailing dot. You can find more information about FQDN and the trailing dot [here](https://www.f5.com/glossary/fqdn#:~:text=Trailing%20dot) or [here](https://pracucci.com/kubernetes-dns-resolution-ndots-options-and-why-it-may-affect-application-performances.html). GitHub link: https://github.com/apache/pulsar/discussions/24030#discussioncomment-12562966 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
