-
Notifications
You must be signed in to change notification settings - Fork 413
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
Unexpected notice for zk data change #334
Comments
Though data has bean created or modified for a long time before application start ,curator still publish a event about node create.Ignoring event whose modify time is out of date may be a good way.
|
Obviously, we don't control notifications from curator. What problem is this causing? |
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed. |
It's not nessary to listen data which has bean created or modified for a long time before application start. |
PRs welcome |
fix in #337 |
https://github.com/spring-cloud/spring-cloud-zookeeper/blob/b0e12877120771cb1f223c4c69234a25758b07a9/spring-cloud-zookeeper-config/src/main/java/org/springframework/cloud/zookeeper/config/ConfigWatcher.java#L116C4-L117C72
The text was updated successfully, but these errors were encountered: