Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
@Override public void reconfigure(Map<String, ?> newConfigs) throws KafkaException { SslEngineFactory newSslEngineFactory = createNewSslEngineFactory(newConfigs); if (newSslEngineFactory != this.sslEngineFactory) { this.sslEngineFactory = newSslEngineFactory; // we should close the older one log.info("Created new {} SSL engine builder with keystore {} truststore {}", mode, newSslEngineFactory.keystore(), newSslEngineFactory.truststore()); } }
Attachments
Issue Links
- links to