You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 -
The text was updated successfully, but these errors were encountered:
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 -
The text was updated successfully, but these errors were encountered: