Skip to content
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

feat: add zookeeper cluster mode #36

Merged
merged 4 commits into from
Dec 10, 2024
Merged

feat: add zookeeper cluster mode #36

merged 4 commits into from
Dec 10, 2024

Conversation

saidsef
Copy link
Owner

@saidsef saidsef commented Dec 7, 2024

This will deploy zookeeper in cluster mode:

  • 3x Apache Zookeeper (accessible within the cluster only)
  • 2 Services (1 cluster communication, 1 client connection)
  • Must have minimum of 4 nodes in K8s cluster

What this PR does / why we need it:

Types of changes

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to change)

Which issue/s this PR fixes

How Has This Been Tested?

Checklist:

  • My change requires a change to the documentation. ⚠️
  • I have updated the documentation accordingly. ⚠️
  • I've read the CONTRIBUTION guide
  • I have added CI tests to cover my changes.
  • All new and existing tests passed.

This will deploy zookeeper in cluster mode:
- 3x Apache Zookeeper (accessible within the cluster only)
- 2 Services (1 cluster communication, 1 client connection)
- **Must have minimum of 4 nodes in K8s cluster**
@saidsef saidsef added the enhancement New feature or request label Dec 7, 2024
@saidsef saidsef self-assigned this Dec 7, 2024
github-actions[bot]
github-actions bot previously approved these changes Dec 7, 2024
github-actions[bot]
github-actions bot previously approved these changes Dec 7, 2024
github-actions[bot]
github-actions bot previously approved these changes Dec 7, 2024
@saidsef saidsef merged commit 098ef7d into main Dec 10, 2024
3 checks passed
@saidsef saidsef deleted the zookeeper-cluster branch December 10, 2024 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can I increase the number of ZooKeeper instances?
1 participant