- Spring 5.0 Microservices(Second Edition)
- Rajesh R V
- 125字
- 2021-07-02 19:45:03
Reactive Spring Boot microservices
Reactive microservices mentioned in Chapter 2, Related Architecture Styles and Use cases, basically highlight the need of asynchronously integrating microservices in an ecosystem. Even though external service calls primarily get benefits from reactive style programming, reactive principles are useful in any software development, as it improves resource efficiency and scalability characteristics. Therefore, it is important build microservices using reactive programming principles.
There are two ways we can implement reactive microservices. The first approach is to use the Spring WebFlux in the Spring Framework 5. This approach uses reactive style web server for microservices. The second approach is to use a messaging server such as RabbitMQ for asynchronous interaction between microservices. In this chapter, we will explore both the options mentioned here.
- Raspberry Pi for Python Programmers Cookbook(Second Edition)
- Python機(jī)器學(xué)習(xí):數(shù)據(jù)分析與評(píng)分卡建模(微課版)
- 算法零基礎(chǔ)一本通(Python版)
- 軟件測(cè)試項(xiàng)目實(shí)戰(zhàn)之性能測(cè)試篇
- 機(jī)器人Python青少年編程開發(fā)實(shí)例
- Learning Firefox OS Application Development
- Podman實(shí)戰(zhàn)
- 微信公眾平臺(tái)開發(fā):從零基礎(chǔ)到ThinkPHP5高性能框架實(shí)踐
- Access 2016數(shù)據(jù)庫(kù)管
- Protocol-Oriented Programming with Swift
- Cybersecurity Attacks:Red Team Strategies
- Mobile Device Exploitation Cookbook
- JSP程序設(shè)計(jì)實(shí)例教程(第2版)
- Backbone.js Testing
- jQuery從入門到精通(微課精編版)