xvrl commented on code in PR #14827: URL: https://github.com/apache/druid/pull/14827#discussion_r1300447845
########## server/src/main/java/org/apache/druid/client/cache/MemcachedCacheConfig.java: ########## @@ -63,6 +63,12 @@ public class MemcachedCacheConfig @JsonProperty private String locator = "consistent"; + @JsonProperty + private boolean sslconnection = false; + + @JsonProperty + private boolean autodiscovery = false; Review Comment: let's use `autoDiscovery` here to keep in line with existing camel-case naming conventions used for other configs -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
