https://github.com/sidray-infinity/dumbkafka
Kafka for dumb people
https://github.com/sidray-infinity/dumbkafka
Last synced: 6 months ago
JSON representation
Kafka for dumb people
- Host: GitHub
- URL: https://github.com/sidray-infinity/dumbkafka
- Owner: Sidray-Infinity
- License: mit
- Created: 2023-06-30T15:46:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T04:17:33.000Z (about 2 years ago)
- Last Synced: 2024-04-30T05:28:23.815Z (about 2 years ago)
- Language: Rust
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DumbKafka
Simple kafka implementation for dumb people
---
## Kafka White Paper
https://notes.stephenholiday.com/Kafka.pdf
## Units
- Producers
- Brokers
- Topics
- Partitions
- Segments
- Consumers
## Features
- Rebalancing
- Offset recovery
Q. Do we need a zookeeper equivalent?
## Resources
- https://medium.com/techmintmedia/kafka-internal-working-mechanism-335d47bc471a#:~:text=Kafka%20depends%20on%20Operating%20system,then%20it%20writes%20to%20disk.