Edoardo Comar created KAFKA-6516: ------------------------------------ Summary: KafkaProducer retries indefinitely to authenticate on SaslAuthenticationException Key: KAFKA-6516 URL: https://issues.apache.org/jira/browse/KAFKA-6516 Project: Kafka Issue Type: Bug Components: clients Affects Versions: 1.0.0 Reporter: Edoardo Comar
Even after https://issues.apache.org/jira/browse/KAFKA-5854 the producer's (background) polling thread keeps retrying to authenticate. if the future returned by KafkaProducer.send is not resolved. The current test {{org.apache.kafka.common.security.authenticator.ClientAuthenticationFailureTest.testProducerWithInvalidCredentials()}} passes because it relies on the future being resolved. -- This message was sent by Atlassian JIRA (v7.6.3#76005)