- Spring 5.0 By Example
- Claudio Eduardo de Oliveira
- 155字
- 2021-06-24 19:17:25
Spring for Apache Kafka
Spring for Apache Kafka supports the broker-based Apache Kafka applications. It provides a high-level API to interact with Apache Kafka. Internally, the projects use the Kafka Java APIs.
This module supports the annotation programming model. The basic idea is that with a couple of annotations and some POJO models, we can bootstrap the application and start listening to and producing messages.
KafkaTemplate is a central class of this project. It enables us to send messages to Apache Kafka with a high-level API. Asynchronous programming is supported as well.
This module offers support for transactions via annotations. This feature is enabled via standard transactional annotations used in Spring-based applications, such as @Transactional.
We also learned about Spring AMQP. This project adds the Spring concept of creating applications based on this broker. The dependency injection features are supported as well.
- 在最好的年紀學Python:小學生趣味編程
- OpenCV實例精解
- Instant RubyMotion App Development
- SQL Server 2016數據庫應用與開發習題解答與上機指導
- 微信小程序開發解析
- 量化金融R語言高級教程
- NGINX Cookbook
- Vue.js 2 Web Development Projects
- R用戶Python學習指南:數據科學方法
- 進入IT企業必讀的324個Java面試題
- R語言實戰(第2版)
- Software Architecture with Python
- 企業級Java現代化:寫給開發者的云原生簡明指南
- Scratch 3.0少兒積木式編程(6~10歲)
- 編程真好玩:從零開始學網頁設計及3D編程