Extensions for spring-integration
A spring-boot auto-configuration starter module to configure a CuratorFramework
(using the spring-integration-zookeeper
module)
Info: There is also the
spring-cloud-zookeeper-core
as a sub-module ofspring-cloud-zookeeper
that also auto-configures aCuratorFramework
A spring-boot auto-configuration starter module that allows an spring-integration endpoint to become leader aware. Useful when multiple service-instances are running and a leader has to be elected to take care of certain tasks such as:
- Polling against a Channel/Source
- Running Scheduled Jobs