-
-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can I increase the number of ZooKeeper instances? #35
Comments
👋 Thanks for Reporting! |
Zookeeper multi instance here!
|
Hi @investlab, The current Zookeeper is set to standalone mode: Thanks for providing the configuration for multi-instance mode. It might be a better approach to automate the Zookeeper service name(s) lookup and add that to the cluster. |
Hi @investlab, I've added in PR #36 a Zookeeper cluster mode configuration that auto-discovers services. As this is a cluster mode it will require quorum hence K8s cluster must have at least 4 nodes. K8s Zookeeper cluster is in |
Can I increase the number of ZooKeeper instances?
1x NiFi Namespace (all the items will be deployed here)
3x Apache NiFi Instances (can be increased)
3x Apache Zookeeper (accessible within the cluster only)
1x Secrets (basic auth username/passowrd: admin:admin)
1x Ingress (access endpoint)
The text was updated successfully, but these errors were encountered: