This is an automated email from the ASF dual-hosted git repository.
jxue pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git
from ae0f50d71 Support register user defined CloudEventHandler when
participant connect. (#2121)
add 2097a088a Allow using passed in connection config when reading cloud
config (#2099)
No new revisions were added by this update.
Summary of changes:
.../org/apache/helix/HelixPropertyFactory.java | 19 +-
.../apache/helix/manager/zk/ZKHelixManager.java | 3 +-
.../manager/ClusterControllerManager.java | 5 +
.../helix/integration/manager/ClusterManager.java | 11 +
.../manager/MockParticipantManager.java | 11 +
.../multizk/TestMultiZkConectionConfig.java | 533 +++++++++++++++++++++
6 files changed, 575 insertions(+), 7 deletions(-)
create mode 100644
helix-core/src/test/java/org/apache/helix/integration/multizk/TestMultiZkConectionConfig.java