GitHub user lei-xia opened a pull request:
https://github.com/apache/helix/pull/149
RoutingTableProvider to support getting routing data from
TargetExternalView.
Implement the RoutingTableProvide for TargetExternalView subscription.
Write several tests for it.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lei-xia/helix master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/helix/pull/149.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 #149
----
commit 07e05a4c1c456b7e09c7750955fa46c34e1a288a
Author: Junkai Xue <jxue@...>
Date: 2018-02-06T01:09:28Z
RoutingTableProvider for TargetExternalView
Implement the RoutingTableProvide for TargetExternalView subscription.
Write several tests for it.
----
---