smolnar82 commented on a change in pull request #304: KNOX-2315 - Fix zookeeper
Kerberos Auth
URL: https://github.com/apache/knox/pull/304#discussion_r403911268
##########
File path:
gateway-service-remoteconfig/src/main/java/org/apache/knox/gateway/service/config/remote/config/RemoteConfigurationRegistry.java
##########
@@ -32,6 +32,8 @@
private String keyTab;
private boolean useKeyTab;
private boolean useTicketCache;
+ /* If true ensures that the auth scheme used to create znodes is `auth`
and not `sasl` */
+ private boolean isBackwardsCompatible;
Review comment:
The field name should be simply `backwardCompatible` (the method name
`boolean isBackwardCompatible()`)
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services