X-czh commented on code in PR #23506: URL: https://github.com/apache/flink/pull/23506#discussion_r1354359308
########## flink-core/src/main/java/org/apache/flink/configuration/HighAvailabilityOptions.java: ########## @@ -167,12 +167,6 @@ public class HighAvailabilityOptions { .withDescription( "Defines the number of connection retries before the client gives up."); - @Documentation.Section(Documentation.Sections.EXPERT_ZOOKEEPER_HIGH_AVAILABILITY) Review Comment: I agree that usually this isn't the right process to just remove the config option. What's special about it is that usually when we deprecate a config, the config can still take effect, but in this case, the config has no effect. So we might better just delete it to avoid user confusion, WDYT? -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org