# Reactive Systems in Java 《Java响应式系统》
# 基本信息
英文书名:Reactive Systems in Java
中文书名:Java响应式系统
作者:Clement Escoffier, Ken Finnigan
版本:无
ISBN:9781492091721
页数:未知
出版社:O'Reilly (opens new window)
出版时间:2021.11
天猫红包:领取购书红包 (opens new window)
天猫折扣购:英文原版 (opens new window)
文件格式:PDF
ePub
分享密码:w5zu35
# 内容简介
Reactive systems and event-driven architecture are becoming indispensable to application design, and companies are taking note. Reactive systems ensure that applications are responsive, resilient, and elastic no matter what failures or errors may be occurring, while event-driven architecture offers a flexible and composable option for distributed systems. This practical book helps Java developers bring these approaches together using Quarkus 2.x, the Kubernetes-native Java framework.
Clement Escoffier and Ken Finnigan show you how to take advantage of event-driven and reactive principles to build robust distributed systems, reducing latency and increasing throughput, particularly in microservices and serverless applications. You’ll also get a foundation in Quarkus to help you create true Kubernetes-native applications for the cloud.
- Understand the fundamentals of reactive systems and event-driven architecture
- Learn how to use Quarkus to build reactive applications
- Combine Quarkus with Apache Kafka or AMQP to build reactive systems
- Develop microservices that utilize messages with Quarkus for use in event-driven architectures
- Learn how to integrate external messaging systems, such as Apache Kafka, with Quarkus
- Build applications with Quarkus using reactive systems and reactive programming concepts