|
|
|
|
@ -1,5 +1,5 @@
@@ -1,5 +1,5 @@
|
|
|
|
|
/* |
|
|
|
|
* Copyright 2012-2024 the original author or authors. |
|
|
|
|
* Copyright 2012-2025 the original author or authors. |
|
|
|
|
* |
|
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License"); |
|
|
|
|
* you may not use this file except in compliance with the License. |
|
|
|
|
@ -1427,7 +1427,7 @@ public class KafkaProperties {
@@ -1427,7 +1427,7 @@ public class KafkaProperties {
|
|
|
|
|
|
|
|
|
|
private Map<String, Object> buildPropertiesForSslBundle(SslBundles sslBundles, String name) { |
|
|
|
|
Properties properties = new Properties(); |
|
|
|
|
properties.in(SslConfigs.SSL_ENGINE_FACTORY_CLASS_CONFIG).accept(SslBundleSslEngineFactory.class.getName()); |
|
|
|
|
properties.in(SslConfigs.SSL_ENGINE_FACTORY_CLASS_CONFIG).accept(SslBundleSslEngineFactory.class); |
|
|
|
|
properties.in(SslBundle.class.getName()).accept(sslBundles.getBundle(name)); |
|
|
|
|
return properties; |
|
|
|
|
} |
|
|
|
|
|