发布于 2016-06-04 00:17:04 | 142 次阅读 | 评论: 0 | 来源: 网友投递
Spring Cloud
Spring Cloud 为开发者提供了在分布式系统(如配置管理、服务发现、断路器、智能路由、微代理、控制总线、一次性 Token、全局锁、决策竞选、分布式会话和集群状态)操作的开发工具。使用 Spring Cloud 开发者可以快速实现上述这些模式。
Spring Cloud Stream 1.0.1 发布了。Spring Cloud Stream 1.0.0 附带 Apache Kafka 和 Rabbitmq 的Binders,并带来了其他实现,比如GemFire可用。
作为一个维护版本,此次更新包括了一些修复和改进,如:
additional configuration options for bindings;
the ability to create binder configurations that do not interfere with the user-created ones; this is a feature useful for libraries that include Spring Cloud Stream under the hood and wish to do so transparently.
完整改进记录请查看此处
详情:Spring Cloud Stream 1.0.1.RELEASE is available