InfoQ Homepage Presentations Leadership Election with Spring Cloud Cluster
Leadership Election with Spring Cloud Cluster
Summary
Dave Syer shows how Spring Cloud Cluster provides a simple abstraction for leader election and how it is implemented using Zookeeper, Hazelcast and etc.
Bio
Dave Syer works as a Senior Consulting Engineer at Pivotal. He is the founder of Spring Cloud, Spring Boot, Spring Batch, lead of Spring Security OAuth, and an active contributor to Spring Integration, Spring Framework, Spring AMQP, Spring Security. He has designed and built successful enterprise software solutions using Spring, and implemented them in major institutions worldwide.
About the conference
SpringOne Platform brings together the people, process and tools for delivering and operating software services. Learn and share with the startups and enterprises leveraging modern Java with Spring connecting all the pieces of the modern software puzzle from developer, operator, architect, data scientist to executive.
Community comments
Failover clustering
by Erik Torres,
Failover clustering
by Erik Torres,
Your message is awaiting moderation. Thank you for participating in the discussion.
Great talk! Any advise on how to create a failover cluster? For instance, what if the leader crashes? Is there a way to rerun leadership election?