8000 registry/zookeeper: watch service name path error · Issue #3947 · gogf/gf · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

registry/zookeeper: watch service name path error #3947

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
cruelchen opened this issue Nov 20, 2024 · 1 comment · Fixed by #3948
Closed

registry/zookeeper: watch service name path error #3947

cruelchen opened this issue Nov 20, 2024 · 1 comment · Fixed by #3948
Labels
bug It is confirmed a bug, but don't worry, we'll handle it.

Comments

@cruelchen
Copy link
Contributor

Go version

go version go1.23.1 amd64

GoFrame version

2.8.0

Can this bug be reproduced with the latest release?

Option Yes

What did you do?

zookeeper watch service path

What did you see happen?

unable to detect changes for specified path that end with /
if the path is /service/default/default/idalloc/latest/ the registry of zookeeper in gf will watch service-default-default-idalloc-latest-
but the real service name path is service-default-default-idalloc-latest, that without -

What did you expect to see?

remove redundant -

@cruelchen cruelchen added the bug It is confirmed a bug, but don't worry, we'll handle it. label Nov 20, 2024
@cruelchen
Copy link
Contributor Author

fix(registry/zookeeper):fix watch service name path error #3948

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug It is confirmed a bug, but don't worry, we'll handle it.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant
0