These are chat archives for
spring-cloud/spring-cloud
1
st
Aug 2017
Toggle Heatmap
Sign in to start talking
spring-cloud/spring-cloud
Spring Cloud discussion and questions
szisti
@szisti
Aug 01 2017 10:48 UTC
hi
Is there a sample project somewhere with zookeeper leader election, now that the spring cluster is deprecated ?
Dave Syer
@dsyer
Aug 01 2017 11:25 UTC
There are tests here:
https://github.com/spring-projects/spring-integration/tree/master/spring-integration-zookeeper/src/test/java/org/springframework/integration/zookeeper
The sample I used at SpringOne is here:
https://github.com/SpringOnePlatform2016/dsyer-locks-and-leaders
(That doesn't use zookeeper but it uses the same abstraction)
szisti
@szisti
Aug 01 2017 11:42 UTC
thank you
@dsyer
Dave Syer
@dsyer
Aug 01 2017 11:51 UTC
The user guide is pretty good as well I think
_