- Spring 5.0 By Example
- Claudio Eduardo de Oliveira
- 127字
- 2021-06-24 19:17:27
Spring Cloud Stream
The idea behind this module is to provide an easy way to build message-driven microservices. The module has an opinionated way of configuration. It means we need to follow some rules to create these configurations. In general, the application is configured by the yaml|properties file.
The module supports annotations as well. This means that a couple of annotations are enough to create consumers, producers, and bindings; it decouples the application and makes it easy to understand. It supplies some abstractions around the message brokers and channels, and it makes the developer's life more comfortable and productive as well.
Spring Cloud Stream has Binder implementations for RabbitMQ and Kafka.
Some common annotations are @EnableBinding, @Input, and @Output.
推薦閱讀
- Power Up Your PowToon Studio Project
- 簡單高效LATEX
- Microsoft Dynamics 365 Extensions Cookbook
- Magento 2 Theme Design(Second Edition)
- Learning ELK Stack
- 琢石成器:Windows環境下32位匯編語言程序設計
- SAP BusinessObjects Dashboards 4.1 Cookbook
- 大學計算機基礎實驗指導
- 微信小程序全棧開發技術與實戰(微課版)
- Mastering Unity 2D Game Development(Second Edition)
- 好好學Java:從零基礎到項目實戰
- Getting Started with React Native
- Python爬蟲、數據分析與可視化:工具詳解與案例實戰
- Python機器學習算法與應用
- Solutions Architect's Handbook