Github user EronWright commented on the issue:

    https://github.com/apache/flink/pull/3600
  
    The thread is becoming confused as to what the default behavior should be.  
   In brief I think the code should say:
    ```
    public static final ConfigOption<Boolean> ZOOKEEPER_SASL_DISABLE =
                key("zookeeper.sasl.disable")
                .defaultValue(false);
    ```
    
    The above would leave SASL _enabled_ by default, as is consistent with 
Flink 1.2.0.


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