Spring Integration 4.2 Milestone 2 is Available (and 4.1.6)
We are pleased to announce that the second milestone for the upcoming 4.2 release of Spring Integration is now available. In addition to those features in milestone 1 this release includes:
##Zookeeper Support
Several components have been added that use zookeeper, including a LockRegistry
and MetadataStore
but probably the most significant is the ability to assign endpoints to a leadership Role
, with the endpoint lifecycle being controlled by the leadership status. When an application context is granted leadership, all endpoints in the corresponding role are started automatically. Similarly…