-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
61 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,18 @@ | ||
# Comanche Franz | ||
|
||
## An attempt at a Kafka client + cluster manager in Rust | ||
|
||
#### [NOTE] Much work was doing using VSCode's Live Share feature, so the commit history is not an accurate representation of the work done. | ||
|
||
## a rookie attempt at a Kafka client + cluster manager in Rust | ||
Welcome to our final project! Here is a list of the key feature in this project, and the structure of our Kafka service. | ||
|
||
First of all, the service is split into the following parts: | ||
- Broker Leader | ||
- Broker | ||
- Producer | ||
- Consumer | ||
|
||
The broker leader is responsible for coordinating all of the other brokers, and it also assigns the partitions and sends this info out. | ||
|
||
Here is a diagram demonstrating what parts talk to what: | ||
..AD HERE.. |
This file contains 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