GitHub user lhotari edited a comment on the discussion: DNS
> when the client tries to talk to pulsar proxy pods we provide the service url > and pulsar url like https://pulsar-proxy/. pulsar:8443 this internal will > resolve to https://pulsar-proxy.pulsar.svc.cluster.local:8443/ and this > connection works and clients are able to communicate with pulsar server . @sindhushreem25 Did you try using `https://pulsar-proxy.pulsar.svc.cluster.local:8443`? If that doesn't stop additional queries, add the extra dot such as `https://pulsar-proxy.pulsar.svc.cluster.local.:8443`. Have you already tried this? You should be using the fully qualified domain name (FQDN) with the trailing dot to avoid any additional DNS lookups due to search domains. GitHub link: https://github.com/apache/pulsar/discussions/24030#discussioncomment-12384047 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
