領先一步
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 binder]QueryableStoreRegistry
已棄用,並提供了一個名為 InteractiveQueryService
的新 API。除了提供查詢狀態儲存的能力外,此 API 還提供有關消費者正在執行的主機的資訊。再次非常感謝所有社群貢獻者!!!
與往常一樣,我們歡迎回饋和貢獻,因此請透過 Stackoverflow 或 GitHub 或透過 Gitter 與我們聯繫。