Kafka in Action
Kafka in Action introduces the core features of Kafka, along with relevant examples of how to use it in real applications. In it, you'll explore the most common use cases such as logging and managing streaming data. When you're done, you'll be ready to handle both basic developer- and...
Main Author: | |
---|---|
Other Authors: | , |
Format: | eBook |
Language: | English |
Published: |
New York
Manning Publications Co. LLC
2022
|
Subjects: | |
Online Access: | |
Collection: | O'Reilly - Collection details see MPG.ReNa |
Table of Contents:
- Introduction to Kafka
- Getting to know Kafka
- Designing a Kafka project
- Producers : sourcing data
- Consumers : unlocking data
- Brokers
- Topics and partitions
- Kafka storage
- Management : tools and logging
- Protecting Kafka
- Schema registry
- Stream processing with Kafka streams and ksqlDB.