- Building Data Streaming Applications with Apache Kafka
- Manish Kumar Chanchal Singh
- 68字
- 2022-07-12 10:38:16
Kafka consumer APIs
Like Kafka producer, Kafka also provides a rich set of APIs to develop a consumer application. In previous sections of this chapter, you have learned about internal concepts of consumer, working of consumer within a consumer group, and partition rebalance. We will see how this concept helps in building a good consumer application.
- Consumer configuration
- KafkaConsumer object
- Subscription and polling
- Commit and offset
- Additional configuration
推薦閱讀
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- Mastering Entity Framework Core 2.0
- OpenShift開發指南(原書第2版)
- Python入門很簡單
- Instant Zepto.js
- DevOps Automation Cookbook
- Internet of Things with ESP8266
- ArcGIS for Desktop Cookbook
- Essential C++(中文版)
- HoloLens與混合現實開發
- FPGA嵌入式項目開發實戰
- Learning Nessus for Penetration Testing
- Java EE項目應用開發
- 自己動手構建編程語言:如何設計編譯器、解釋器和DSL
- Socket.IO Cookbook