GitHub user JerryChin opened a pull request:
https://github.com/apache/curator/pull/265
Add new service cache listener to let users know what instances have â¦
This PR is for issue
[CURATOR-470](https://issues.apache.org/jira/projects/CURATOR/issues/CURATOR-470).
A new interface (`ServiceCacheEventListener`) is introduced to expose
changed instances, while preserving backward compatibility.
Unit test has updated as well.
@Randgalt Please help to review it, thanks.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/JerryChin/curator CURATOR-470
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/curator/pull/265.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #265
----
commit 88e8d9a15d4f1690a6df1c1cabb355936f327aaa
Author: Qin Meijie <meijie.qin@...>
Date: 2018-06-08T05:06:15Z
Add new service cache listener to let users know what instances have
changed, while preserving backward compatibility.
----
---