Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
liangyuanpeng committed Oct 8, 2023
1 parent c450658 commit f485b8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public EtcdMetadataStore(String metadataURL, MetadataStoreConfig conf, boolean e
try {
this.client = newEtcdClient(metadataURL, conf);
this.kv = client.getKVClient();
this.client.getWatchClient().watch(ByteSequence.from("\0", StandardCharsets.UTF_8),
this.client.getWatchClient().watch(ByteSequence.from("/", StandardCharsets.UTF_8),
WatchOption.newBuilder()
.isPrefix(true)
// .withRange(ByteSequence.from("/", StandardCharsets.UTF_8))
Expand Down

0 comments on commit f485b8e

Please sign in to comment.