davidradl commented on code in PR #27457:
URL: https://github.com/apache/flink/pull/27457#discussion_r2716010468


##########
flink-core/src/main/java/org/apache/flink/configuration/SecurityOptions.java:
##########
@@ -514,15 +523,6 @@ public static Configuration forProvider(Configuration 
configuration, String prov
                                                     "here"))
                                     .build());
 
-    /** Flag to enable/disable hostname verification for the ssl connections. 
*/
-    @Documentation.Section(Documentation.Sections.SECURITY_SSL)
-    public static final ConfigOption<Boolean> SSL_VERIFY_HOSTNAME =

Review Comment:
   I do not think we should remove options. We should deprecate the old option 
and still allow it to work and have the documentation reference the new option 
as the preferred way of now doing things. Otherwise we get a failure when 
adopting this code.  



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to