- 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.
- Learning Python Web Penetration Testing
- Unreal Engine Physics Essentials
- Oracle 11g從入門到精通(第2版) (軟件開發視頻大講堂)
- Ceph Cookbook
- MongoDB for Java Developers
- 網頁設計與制作教程(HTML+CSS+JavaScript)(第2版)
- Python數據挖掘與機器學習實戰
- Python完全自學教程
- Oracle從入門到精通(第5版)
- C語言開發基礎教程(Dev-C++)(第2版)
- 詳解MATLAB圖形繪制技術
- .NET 4.5 Parallel Extensions Cookbook
- Python從入門到精通(第3版)
- Qlik Sense? Cookbook
- 從零學Java設計模式