You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by zh...@apache.org on 2022/06/03 17:27:37 UTC

[helix] branch master updated (3a9990c2b -> d5fc68a2b)

This is an automated email from the ASF dual-hosted git repository.

zhangmeng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git


    from 3a9990c2b Upgrade helix-front to Angular 10.2 (#2129)
     add d5fc68a2b Add HelixEventHandlingUtil and use that util for cloud event - Add API (#2127)

No new revisions were added by this update.

Summary of changes:
 .../event/helix/DefaultCloudEventCallbackImpl.java | 27 +++++-----
 .../cloud/event/helix/HelixEventHandlingUtil.java  | 58 ++++++++++++++++++++++
 .../event/TestDefaultCloudEventCallbackImpl.java   |  8 +--
 3 files changed, 75 insertions(+), 18 deletions(-)
 create mode 100644 helix-core/src/main/java/org/apache/helix/cloud/event/helix/HelixEventHandlingUtil.java