Skip to content

Commit

Permalink
fix: add prefix when using NewEtcdRegistryWithRetry
Browse files Browse the repository at this point in the history
  • Loading branch information
DMwangnima committed Sep 9, 2024
1 parent afcb798 commit d53cd5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etcd_registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ func NewEtcdRegistryWithRetry(endpoints []string, retryConfig *retry.Config, opt
leaseTTL: getTTL(),
retryConfig: retryConfig,
stop: make(chan struct{}, 1),
prefix: cfg.Prefix,
}, nil
}

Expand Down

0 comments on commit d53cd5d

Please sign in to comment.