Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/faranak-cs/kafka-playground
Kafka playground
https://github.com/faranak-cs/kafka-playground
Last synced: 3 days ago
JSON representation
Kafka playground
- Host: GitHub
- URL: https://github.com/faranak-cs/kafka-playground
- Owner: faranak-cs
- Created: 2024-12-31T20:20:01.000Z (4 days ago)
- Default Branch: main
- Last Pushed: 2024-12-31T20:58:09.000Z (4 days ago)
- Last Synced: 2024-12-31T21:23:42.163Z (4 days ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kafka Playground
Kafka playground## Core Concepts
- Topic: logical layer
- Partition: physical layer
- Use the same key to consume from the same partition
- Use the same group ID to consume from the same topic## Similarities w/ Pulsar
- Group ID (Kafka) = Subscription ID (Pulsar)
- Kafka Connect = Pulsar Functions## Diagrams
### Kafka Listeners## Useful Links
- Kafka Listeners: https://rmoff.net/2018/08/02/kafka-listeners-explained/