Re: client.dns.lookup=”use_all_dns_ips” cache ttl

2023-06-01 Thread Luke Chen
Hi George, I believe the JVM will have cache to this DNS records. And maybe OS will also cache it. Had a quick look, Kafka doesn't cache it. Thanks. Luke On Thu, Jun 1, 2023 at 1:21 AM George Goh wrote: > Hi! > > I’m considering to use the following configuration for my producers and > consume

client.dns.lookup=”use_all_dns_ips” cache ttl

2023-05-31 Thread George Goh
Hi! I’m considering to use the following configuration for my producers and consumers: client.dns.lookup=”use_all_dns_ips” So that I only have a single DNS entry to manage the list of brokers. I also have another cluster connected via MirrorMaker 2, which serves as a failover. My question is,