Github user zentol commented on a diff in the pull request:

    https://github.com/apache/flink/pull/4123#discussion_r122681182
  
    --- Diff: 
flink-core/src/main/java/org/apache/flink/configuration/ConfigConstants.java ---
    @@ -922,65 +922,111 @@
     
        // --------------------------- ZooKeeper 
----------------------------------
     
    -   /** ZooKeeper servers. */
    +   /**
    +    * ZooKeeper servers.
    +    * @deprecated in favor of {@link 
HighAvailabilityOptions#HA_ZOOKEEPER_QUORUM}.
    +    */
        @PublicEvolving
    +   @Deprecated
        public static final String HA_ZOOKEEPER_QUORUM_KEY = 
"high-availability.zookeeper.quorum";
     
        /**
         * File system state backend base path for recoverable state handles. 
Recovery state is written
         * to this path and the file state handles are persisted for recovery.
    +    * @deprecated in favor of {@link 
HighAvailabilityOptions#HA_STORAGE_PATH}.
    --- End diff --
    
    I'm not sure about this one. @tillrohrmann are 
`high-availability.storageDir` and `high-availability.zookeeper.storageDir` 
equivalent?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to