Get ahead
VMware offers training and certification to turbo-charge your progress.
Learn moreWe 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.
ListenerContainerCustomizer
bean.spring.cloud.stream.default.contentType=text/plain
spring.cloud.stream.default.producer.partitionCount=1
spring.cloud.stream.bindings.output.producer.partitionCount=4
In the above, the default content type for all bindings is set to text/plain
. Also, all producer bindings partitionCount
is set to 1
with the exception of output destination bindings where it is set to 4
KafkaStreamsStateStore
for creating state stores in lower level processor API in kafka streams [kafka streams binder]QueryableStoreRegistry
is deprecated and a new API is provided called InteractiveQueryService
. In addition to provide ability to query state stores, this API also gives information about the host where the consumer is running.Various other enhancements and bug fixes
Once again huge thanks to all the community contributors!!!
NOTE:
If the applications are created from Spring Initializr, they need to add this BOM snippet in maven dependency management before the spring-cloud BOM declaration:
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-dependencies</artifactId>
<version>Fishtown.M1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
The M2 is planned for the end of July and will contain primarily new binding features as well as integration with Spring Cloud Function
As always, we welcome feedback and contributions, so please reach out to us on Stackoverflow or GitHub or via Gitter.