Mirror of Apache Helix

Clone this repo:
  1. 48674e6 Add a tutorial for the Helix Gateway Service by Xiaxuan Gao · 5 weeks ago master
  2. 0a0d081 Fix NPE in HelixTaskExecutor.reset() (#3167) by Xiaotian (Jackie) Jiang · 4 weeks ago
  3. 240d859 Bump io.netty:netty-codec from 4.1.133.Final to 4.1.136.Final by dependabot[bot] · 7 weeks ago
  4. 03dfd30 Bump com.fasterxml.jackson.core:jackson-core in /helix-view-aggregator by dependabot[bot] · 7 weeks ago
  5. 4f779cf Bump com.rabbitmq:amqp-client in /recipes/rabbitmq-consumer-group by dependabot[bot] · 3 weeks ago

Apache Helix

Helix CI Maven Central License codecov.io Flaky Tests Track

Helix Logo

Helix is part of the Apache Software Foundation.

Project page: http://helix.apache.org/

Mailing list: http://helix.apache.org/mail-lists.html

Build

mvn clean install -Dmaven.test.skip.exec=true

WHAT IS HELIX

Helix is a generic cluster management framework used for automatic management of partitioned, replicated and distributed resources hosted on a cluster of nodes. Helix provides the following features:

  1. Automatic assignment of resource/partition to nodes
  2. Node failure detection and recovery
  3. Dynamic addition of Resources
  4. Dynamic addition of nodes to the cluster
  5. Pluggable distributed state machine to manage the state of a resource via state transitions
  6. Automatic load balancing and throttling of transitions

Helix Gateway Service (2.0)

Helix 2.0 adds the Helix Gateway Service, which lets an application join a Helix-managed cluster over gRPC without embedding the Helix library or opening its own ZooKeeper connection. The embedded participant model from 1.x is unchanged and remains fully supported.

Helix 1.x embedded participants compared with the Helix 2.0 Gateway service