Spring Integration Kafka 1.2 發布
Spring Integration能在基于Spring的應用中進行簡單的消息通信,并通過簡單的適配器與外部系統集成。這些適配器提供了一個更高級別的抽象,超越了Spring對遠程調用、消息和調度的支持。其主要目標是在保持關注點分離的同時,為構建企業集成解決方案提供一個簡單的模型,該模型對產出可維護、可 測試的代碼來說是必不可少的。
Spring Integration Kafka 1.2 發布,此版本提供大量的改進:-
支持 Apache Kafka 0.8.2,使用最新的 Producer API;
</li> -
使用基于 Reactor 的一個非阻塞循環緩沖區實現來改進內部并發調度
</li> </ul>每次改進,目標都是提升 producer 的性能。
未來將會加入的新特性:
-
Improving the documentation by creating a dedicated wiki;
</li> -
Making it easy to send messages outside of a Spring Integration Kafka outbound channel adapter by providing template support;
</li> -
Exploring the options for Reactive Streams integration.
</li> </ul>更多內容請看發行說明。
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!
-