Open cobolbaby opened 3 years ago
It seems that the time of commit offset will exceed the default timeout configuration. How much impact will the authentication operation have on performance?
Problems caused by host dns.
I observed the same problem and I could resolve it by advertising the brokers using fully qualified domain names.
If the brokers are avertised by IP adresses this causes a reverse DNS lookup via java.net.InetAddress#getHostName() which is slow on some environments. The relevant code is here: https://github.com/apache/kafka/blob/3.3.1/clients/src/main/java/org/apache/kafka/common/network/SaslChannelBuilder.java#L231
Env:
Test Case