February 2019
Intermediate to advanced
442 pages
11h 46m
English
To handle the high volumes of data streams, we may need to work with message broker implementations such as RabbitMQ or Apache Kafka. Spring Cloud provides an easy integration of a message broker with a high-level abstraction through Spring Cloud Stream. So, instead of actually implementing the message broker, Spring Cloud Stream will handle the messages and pass them to the actual broker client at runtime, based on its configuration. This makes the code portable and loosely coupled with any message broker implementation.