ruanwenjun commented on code in PR #16277:
URL:
https://github.com/apache/dolphinscheduler/pull/16277#discussion_r1671598352
##########
dolphinscheduler-registry/dolphinscheduler-registry-plugins/dolphinscheduler-registry-zookeeper/src/main/java/org/apache/dolphinscheduler/plugin/registry/zookeeper/ZookeeperAuthSchema.java:
##########
@@ -0,0 +1,5 @@
+package org.apache.dolphinscheduler.plugin.registry.zookeeper;
+
+public enum ZookeeperAuthSchema {
+ DIGEST,
+}
Review Comment:
Missing license, and can we removed this enum? We don't need to maintain a
enum here.
--
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]