Creating stream communication with Spring Cloud Stream

Event-driven communication is one of the best initiatives for building distributed architecture for microservices. Spring Cloud Stream offers distributed and streaming data pipelines that can be used to provide data channels to message consumers, producers, and listener classes through the queues and brokers provided by a binding platform such as RabbitMQ. With Spring Cloud Stream, Spring Boot 2.0 can build any pluggable components that will implement the topic-exchange style of message communication, which is the highlight of this recipe. This also will include reactive streams such as Flux<T> data streams, which are not yet supported by the previous recipes.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.216.44.143