- Building Data Streaming Applications with Apache Kafka
- Manish Kumar Chanchal Singh
- 292字
- 2022-07-12 10:38:16
Deep Dive into Kafka Consumers
Every messaging system has two types of data flows. One flow pushes the data to the Kafka queues and the other flow reads the data from those queues. In the previous chapter, our focus was on the data flows that are pushing the data to Kafka queues using producer APIs. After reading the previous chapter, you should have sufficient knowledge about publishing data to Kafka queues using producer APIs in your application. In this chapter, our focus is on the second type of data flow--reading the data from Kafka queues.
Before we start with a deep dive into Kafka consumers, you should have a clear understanding of the fact that reading data from Kafka queues involves understanding many different concepts and they may differ from reading data from traditional queuing systems.
In this chapter, we will cover different concepts of Kafka consumers. Overall, this chapter covers how to consume messages from Kafka systems along with Kafka consumer APIs and their usage. It will walk you through some examples of using Kafka consumer APIs with Java and Scala programming languages and take a deep dive with you into consumer message flows along with some of the common patterns of consuming messages from Kafka topics.
We will cover the following topics in this chapter:
- Kafka consumer internals
- Kafka consumer APIs
- Java Kafka consumer example
- Scala Kafka consumer example
- Common message consuming patterns
- Best practices
- 多媒體CAI課件設計與制作導論(第二版)
- R語言數據分析從入門到精通
- 機器人Python青少年編程開發實例
- C語言程序設計
- QGIS:Becoming a GIS Power User
- Python完全自學教程
- The DevOps 2.5 Toolkit
- Working with Odoo
- HTML+CSS+JavaScript網頁設計從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- Instant Automapper
- OpenCV 3.0 Computer Vision with Java
- 超好玩的Scratch 3.5少兒編程
- Python Linux系統管理與自動化運維
- 軟件測試(慕課版)
- Building UIs with Wijmo