Spring Cloud Stream

Spring Cloud Stream is the framework of choice to build message-driven microservices for the Cloud. Spring Cloud Stream allows programmers to focus on building microservices around the business logic of event processing, leaving infrastructure concerns, listed here, to the framework(s):

  • Message broker configuration and channel creation
  • Message-broker-specific conversions for message
  • Creating binders to connect to the message broker

Spring Cloud Stream fits hand in glove into the microservices architecture. The typical microservices needed in use cases of event processing or data streaming can be designed with a clear separation of concerns. Individual microservices can handle business logic, define the input/output channels ...

Get Mastering Spring 5.0 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.