ashangit commented on code in PR #24563:
URL: https://github.com/apache/flink/pull/24563#discussion_r1538911667


##########
flink-core/src/main/java/org/apache/flink/configuration/HighAvailabilityOptions.java:
##########
@@ -220,6 +222,52 @@ public class HighAvailabilityOptions {
                                                     + "with unresolvable 
hostnames.")
                                     .build());
 
+    public static final ConfigOption<Map<String, String>> CLIENT_AUTHORIZATION 
=

Review Comment:
   I would rename this one
   ```suggestion
       public static final ConfigOption<Map<String, String>> 
ZOOKEEPER_CLIENT_AUTHORIZATION =
   ```



-- 
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