Need advice about which tool to choose?Ask the StackShare community!
Manage your open source components, licenses, and vulnerabilities
Learn MorePros of etcd
Pros of Eureka
Pros of Zookeeper
Pros of etcd
- Service discovery11
- Fault tolerant key value store6
- Secure2
- Bundled with coreos2
- Consol integration1
- Privilege Access Management1
- Open Source1
Pros of Eureka
- Easy setup and integration with spring-cloud21
- Web ui9
- Health checking8
- Monitoring8
- Circuit breaker7
- Netflix battle tested components6
- Service discovery6
- Open Source5
Pros of Zookeeper
- High performance ,easy to generate node specific config11
- Java8
- Kafka support8
- Spring Boot Support5
- Supports extensive distributed IPC3
- Curator2
- Used in ClickHouse2
- Supports DC/OS2
- Used in Hadoop1
- Embeddable In Java Service1
Sign up to add or upvote prosMake informed product decisions
Cons of etcd
Cons of Eureka
Cons of Zookeeper
Cons of etcd
Be the first to leave a con
Cons of Eureka
- Nada1
Cons of Zookeeper
Be the first to leave a con
Sign up to add or upvote consMake informed product decisions
- No public GitHub repository available -
- No public GitHub repository available -
What is etcd?
etcd is a distributed key value store that provides a reliable way to store data across a cluster of machines. It’s open-source and available on GitHub. etcd gracefully handles master elections during network partitions and will tolerate machine failure, including the master.
What is Eureka?
Eureka is a REST (Representational State Transfer) based service that is primarily used in the AWS cloud for locating services for the purpose of load balancing and failover of middle-tier servers.
What is Zookeeper?
A centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services. All of these kinds of services are used in some form or another by distributed applications.
Need advice about which tool to choose?Ask the StackShare community!
Jobs that mention etcd, Eureka, and Zookeeper as a desired skillset
What companies use etcd?
What companies use Eureka?
What companies use Zookeeper?
What companies use Zookeeper?
Sign up to get full access to all the companiesMake informed product decisions
What tools integrate with etcd?
What tools integrate with Eureka?
What tools integrate with Zookeeper?
What tools integrate with Eureka?
Sign up to get full access to all the tool integrationsMake informed product decisions
Blog Posts
What are some alternatives to etcd, Eureka, and Zookeeper?
Consul
Consul is a tool for service discovery and configuration. Consul is distributed, highly available, and extremely scalable.
Redis
Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache, and message broker. Redis provides data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes, and streams.
MongoDB
MongoDB stores data in JSON-like documents that can vary in structure, offering a dynamic, flexible schema. MongoDB was also designed for high availability and scalability, with built-in replication and auto-sharding.
Cassandra
Partitioning means that Cassandra can distribute your data across multiple machines in an application-transparent matter. Cassandra will automatically repartition as machines are added and removed from the cluster. Row store means that like relational databases, Cassandra organizes data by rows and columns. The Cassandra Query Language (CQL) is a close relative of SQL.
Vault
Vault is a tool for securely accessing secrets. A secret is anything that you want to tightly control access to, such as API keys, passwords, certificates, and more. Vault provides a unified interface to any secret, while providing tight access control and recording a detailed audit log.