You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2021/08/02 04:38:08 UTC

[GitHub] [kafka] vashu1 commented on pull request #5876: KAFKA-7509: Avoid passing most non-applicable properties to producer, consumer, and admin client

vashu1 commented on pull request #5876:
URL: https://github.com/apache/kafka/pull/5876#issuecomment-890708159


   `        kafkaEndpointBuilder.kerberosRenewWindowFactor((String) null);
           kafkaEndpointBuilder.kerberosRenewJitter((String) null);
           kafkaEndpointBuilder.kerberosInitCmd(null);
           kafkaEndpointBuilder.kerberosBeforeReloginMinTime((String) null);
           kafkaEndpointBuilder.sslTruststoreType(null);
           kafkaEndpointBuilder.sslTrustmanagerAlgorithm(null);
           kafkaEndpointBuilder.sslKeystoreType(null);
           kafkaEndpointBuilder.sslEndpointAlgorithm(null);
           kafkaEndpointBuilder.sslProtocol(null);
           kafkaEndpointBuilder.sslEnabledProtocols(null);
           kafkaEndpointBuilder.sslKeymanagerAlgorithm(null);`
   
   solves the problem for me.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org