NIFI-8843: ZooKeeper leader election for NiFi Registry HA#11046
Closed
prabhjyotsingh wants to merge 1 commit intoapache:mainfrom
Closed
NIFI-8843: ZooKeeper leader election for NiFi Registry HA#11046prabhjyotsingh wants to merge 1 commit intoapache:mainfrom
prabhjyotsingh wants to merge 1 commit intoapache:mainfrom
Conversation
ZooKeeper cache invalidation and event delivery HTTP write replication for local-H2 HA ZK TLS, bootstrap sync, and cluster health indicator
Contributor
|
@prabhjyotsingh - thanks for the contribution but, at the moment, NiFi Registry is marked as deprecated (as you can see at https://nifi.apache.org/projects/registry/) and we are not going to accept any contribution, especially of this magnitude. As it was discussed on the mailing lists, we may revert the deprecation if core issues are addressed first (https://lists.apache.org/thread/3gs4nl28yngsdmxd6xglzmbh5jqbscl3). |
Author
|
@pvillard31 Thanks for the quick response and for keeping me in the loop! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
NiFi Registry previously supported only single-node deployments. This PR introduces full HA support — leader election, write replication, cache coherency, durable event delivery, bootstrap DB sync, maintenance mode, and cluster health
observability.
Two coordination backends are selectable via nifi.registry.cluster.coordination:
When nifi.registry.cluster.enabled=false (the default) all new code paths are inactive — single-node behaviour is unchanged.
Full design, component map, flow diagrams, and deployment guide: nifi-registry/NIFI-8843-HA-Design.md
Key Implementation Points