Kafka
Terms
- Events
- Publisher/Subscriber
- Topics
- Broker
- Leader
- Producer
- Consumer
- Replication
- Producer API
- Client Application
- Connection pooling
- Network Buffering
- Acknowledgments
Notes
- topics are append only streams of messages, usually durable
- producers and consumers communicate with kafka through one of the brokers