Github user kohlmu-pivotal commented on a diff in the pull request:

    https://github.com/apache/geode/pull/707#discussion_r132737475
  
    --- Diff: 
geode-core/src/main/java/org/apache/geode/distributed/internal/DistributionConfig.java
 ---
    @@ -2433,6 +2433,25 @@
       String getRedundancyZone();
     
       /**
    +   * @since Geode 1.??? TODO FIXME
    +   */
    +  @ConfigAttribute(type = String.class)
    +  String PROTOBUF_PROTOCOL_AUTHENTICATION_MODE_NAME = 
PROTOBUF_PROTOCOL_AUTHENTICATION_MODE;
    +  String DEFAULT_PROTOBUF_PROTOCOL_AUTHENTICATION_MODE = "NOOP";
    +
    +  /**
    +   * @since Geode 1.??? TODO FIXME
    +   */
    +  @ConfigAttributeSetter(name = PROTOBUF_PROTOCOL_AUTHENTICATION_MODE)
    +  void setProtobufProtocolAuthenticationMode(String authenticationMode);
    +
    +  /**
    +   * @since Geode 1.??? TODO FIXME
    +   */
    +  @ConfigAttributeGetter(name = PROTOBUF_PROTOCOL_AUTHENTICATION_MODE)
    +  String getProtobufProtocolAuthenticationMode();
    +
    +  /**
    --- End diff --
    
    Without an official release version I don't think we should have any of the 
properties/configurations public until release.


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