Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
kafka listeners

## Useful Links
- Kafka Listeners: https://rmoff.net/2018/08/02/kafka-listeners-explained/