Spring Cloud Stream Fishtown.M1 /2.1.0.M1 Release Announcement
We are pleased to announce the first Milestone of the Spring Cloud Stream Fishtown release train - Fishtown.M1/2.1.0.M1.
Spring Cloud Stream Fishtown 2.1.0.M1 is available for use in the Spring Milestone repository. The release notes include relevant information about version compatibility with Spring Boot, Spring Cloud, Spring AMQP, and Spring for Apache Kafka.
The following section provides a brief summary of features and improvements included in this release.
Notable Features, Improvements & enhancements
Core
- Support for Message Listener container customization by simply registering implementation of
ListenerContainerCustomizer
bean. - Binding properties precedence support. This feature allows default binding properties to be overriden with specific binding properties. For example. …