Get ahead
VMware offers training and certification to turbo-charge your progress.
Learn moreAfter an exciting journey, we are pleased to announce the General Availability release of the Spring Cloud Stream Fishtown release train - Fishtown.RELEASE/2.1.0.RELEASE.
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-dependencies</artifactId>
<version>Fishtown.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
Spring Cloud Stream Fishtown (2.1.0.RELEASE) is available for use in Maven Central and the Spring Repo.
ListenerContainerCustomizer
bean.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.Once again huge thanks to all the community contributors!!!
As always, we welcome feedback and contributions, so please reach out to us on Stackoverflow or GitHub or via Gitter.