GitHub user narendly opened a pull request:
https://github.com/apache/helix/pull/174
[HELIX-691] Allow users to update InstanceConfig
In helix-rest, we provide a method in InstanceAccessor,
updateInstanceConfig, that updates the instance's config through a POST call.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/narendly/helix instConfig
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/helix/pull/174.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 #174
----
commit 1ebdc45194dddecb675362e812aa795c876c9f6a
Author: narendly <narendly@...>
Date: 2018-04-05T23:00:52Z
[HELIX-691] Allow users to update InstanceConfig
In helix-rest, we provide a method in InstanceAccessor,
updateInstanceConfig, that updates the instance's config through a POST call.
----
---