Spring Integration Kafka 1.2 发布

jopen 9年前

Spring Integration能在基于Spring的应用中进行简单的消息通信,并通过简单的适配器与外部系统集成。这些适配器提供了一个更高级别的抽象,超越了Spring对远程调用、消息和调度的支持。其主要目标是在保持关注点分离的同时,为构建企业集成解决方案提供一个简单的模型,该模型对产出可维护、可 测试的代码来说是必不可少的。

文档地址

Spring Integration Kafka 1.2 发布,此版本提供大量的改进:

  • 支持 Apache Kafka 0.8.2,使用最新的 Producer API;

  • 使用基于 Reactor 的一个非阻塞循环缓冲区实现来改进内部并发调度

每次改进,目标都是提升 producer 的性能。

未来将会加入的新特性:

  • Improving the documentation by creating a dedicated wiki;

  • Making it easy to send messages outside of a Spring Integration Kafka outbound channel adapter by providing template support;

  • Exploring the options for Reactive Streams integration.

更多内容请看发行说明