Spring Cloud Stream 1.0.0.RC2 发布了。
重要更新:
- Spring Cloud Stream applications now use the ObjectMapper provided by Spring Boot, if available;
- Header embedding is now a general purpose producer/consumer property. It can be enabled or disabled by middlewares that require embedding for header propagation. This allows easier interoperability outside Spring Cloud Stream; (until now it was a Kafka-specific property);
- Further documentation and sample improvements.
软件详情:https://github.com/spring-cloud/spring-cloud-stream/issues?q=milestone%3A1.0.0.RC2
下载地址:https://github.com/spring-cloud/spring-cloud-stream/archive/v1.0.0.RC2.tar.gz
来自:开源中国社区

