领先一步
VMware 提供培训和认证,以加速您的进步。
了解更多经过一段激动人心的旅程,我们很高兴地宣布 Spring Cloud Stream Fishtown 发布列车 - 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) 可在 Maven Central 和 Spring Repo 中使用。
ListenerContainerCustomizer
bean 的实现来支持消息侦听器容器自定义。KafkaStreamsStateStore
用于在 Kafka Streams 中的低级处理器 API 中创建状态存储 [kafka streams 绑定器]QueryableStoreRegistry
已弃用,并提供了一个名为 InteractiveQueryService
的新 API。除了提供查询状态存储的能力外,此 API 还提供有关消费者正在运行的主机的信息。再次感谢所有社区贡献者!!!
与往常一样,我们欢迎反馈和贡献,因此请通过 Stackoverflow 或 GitHub 或 Gitter 与我们联系。