[ 
https://issues.apache.org/jira/browse/KAFKA-7530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16659772#comment-16659772
 ] 

Ismael Juma commented on KAFKA-7530:
------------------------------------

To be clear, you can override the config, you just can't do it dynamically.

> Need to allow overwrite ssl.endpoint.identification.algorithm.config
> --------------------------------------------------------------------
>
>                 Key: KAFKA-7530
>                 URL: https://issues.apache.org/jira/browse/KAFKA-7530
>             Project: Kafka
>          Issue Type: Bug
>          Components: clients
>    Affects Versions: 2.0.0
>            Reporter: Sophie Qian
>            Priority: Major
>
> We are in the process of upgrading our system to use Confluent 5.0.0 (which 
> is using Kafka 2.0.0). I found out SslConfigs ( 
> clients/src/main/java/org/apache/kafka/common/config/SslConfigs.java)  has 
> following change:
>  
> {color:#14892c}KAFKA-3665: Enable TLS hostname verification by default 
> (KIP-294) (#4956){color}
> {color:#14892c}Make HTTPS the default 
> ssl.endpoint.identification.algorithm.{color}
>  
> But  user can not overwrite ssl.endpoint.identification.alogorithm, only 
> following values can be reconfigurable.
> {color:#205081}public static final Set<String> RECONFIGURABLE_CONFIGS = 
> Utils.mkSet(
> ¦ SslConfigs.SSL_KEYSTORE_TYPE_CONFIG,
> ¦ SslConfigs.SSL_KEYSTORE_LOCATION_CONFIG,
> ¦ SslConfigs.SSL_KEYSTORE_PASSWORD_CONFIG,
> ¦ SslConfigs.SSL_KEY_PASSWORD_CONFIG,
> ¦ SslConfigs.SSL_TRUSTSTORE_TYPE_CONFIG,
> ¦ SslConfigs.SSL_TRUSTSTORE_LOCATION_CONFIG,
> ¦ SslConfigs.SSL_TRUSTSTORE_PASSWORD_CONFIG);{color}
>  
> Pls make SslConfigs.SSL_ENDPOINT_IDENTIFICATION_ALGORITHM_CONFIG 
> reconfigurable. 
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to