spring-projects / spring-integration

Spring Integration provides an extension of the Spring programming model to support the well-known Enterprise Integration Patterns (EIP)
http://projects.spring.io/spring-integration/
Apache License 2.0
1.54k stars 1.11k forks source link

Consul leader election #2073

Open lchayoun opened 7 years ago

lchayoun commented 7 years ago

Since this is replacing spring-cloud/spring-cloud-cluster, wondered if there is any plan to implement Consul leader election mechanism:

spring-cloud/spring-cloud-cluster#17 - initial consul leader implementation

artembilan commented 7 years ago

Sorry for delay.

You know we don't have nor plans, neither resources to jump into this stuff.

You are always welcome with Contribution. This kind of new feature should go to the https://github.com/spring-projects/spring-integration-extensions project as one of the sub-project.

You can find a PR from Dave Syer as an effort to do the same migration from Spring Cloud for ETCD: https://github.com/spring-projects/spring-integration-extensions/pull/163