Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
Z
Zookeeper-AutoHealer-DS06
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mohammad.salama
Zookeeper-AutoHealer-DS06
Commits
a7f2c159
Commit
a7f2c159
authored
Sep 03, 2024
by
mohammad.salama
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add README.md
parent
1c799fac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
0 deletions
+37
-0
README.md
README.md
+37
-0
No files found.
README.md
0 → 100644
View file @
a7f2c159
# Project Title
Cluster Auto-Healer using Zookeeper
## Description
in order to keep a distribued system or app running correctly with load balancing, certain characteristics must be acheived.
we present simple idea of keeping a fixed number of wrokers in the cluster by watching the cluster by running master using zookeeper
so when a worker fails, we launch a new worker.
wrokers join the cluster register as znode in zookeeper and master keeps an eye on them.
workers here are simplem, just printing some lines on conole.
## Getting Started
### Dependencies
*
zookeeper-3.9.1-dependency
*
zookeeper server running in a machine (Virtual Machine or container) with identical verison of its dependency
### Installing
*
change zookeeper connection info (IP + Port) as the connection to the pre-mentioned server.
### Executing program
java -Dorg.slf4j.simpleLogger.defaultLogLevel=off -jar .
\A
utoHealer.jar
<number
of
desired
workers
>
".
\W
orker.jar"
or
java -jar .
\A
utoHealer.jar
<number
of
desired
workers
>
".
\W
orker.jar"
## Authors
Contributors names and contact info
*
Name: Mohammed Salameh
*
email : mohammedsalameh37693@gmail.com
*
LinkedIn : www.linkedin.com/in/mohammed-salameh-8b4811313
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment