- 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.
- Cocos2d Cross-Platform Game Development Cookbook(Second Edition)
- Mastering ServiceStack
- Learning PostgreSQL
- SoapUI Cookbook
- 面向對象程序設計(Java版)
- CKA/CKAD應試教程:從Docker到Kubernetes完全攻略
- 程序員修煉之道:通向務實的最高境界(第2版)
- HTML5入門經典
- Learning Hunk
- Visual FoxPro程序設計
- 零基礎學單片機C語言程序設計
- Learning Three.js:The JavaScript 3D Library for WebGL
- 西門子S7-200 SMART PLC編程從入門到實踐
- 小程序,巧應用:微信小程序開發(fā)實戰(zhàn)(第2版)
- 軟件項目管理實用教程