Skip to content

Commit

Permalink
Update dolphinscheduler-registry/dolphinscheduler-registry-plugins/do…
Browse files Browse the repository at this point in the history
…lphinscheduler-registry-zookeeper/src/main/java/org/apache/dolphinscheduler/plugin/registry/zookeeper/ZookeeperRegistryProperties.java

Co-authored-by: Wenjun Ruan <[email protected]>
  • Loading branch information
pegasas and ruanwenjun authored Jul 5, 2024
1 parent a2db653 commit 3be6aac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public static final class ZookeeperProperties {
private String namespace = "dolphinscheduler";
private String connectString;
private RetryPolicy retryPolicy = new RetryPolicy();
private Authorization authorization = new Authorization();
private Map<String, String> authorization = new HashMap<>();
private Duration sessionTimeout = Duration.ofSeconds(60);
private Duration connectionTimeout = Duration.ofSeconds(15);
private Duration blockUntilConnected = Duration.ofSeconds(15);
Expand Down

0 comments on commit 3be6aac

Please sign in to comment.