What is Eureka and what are its top alternatives?
Top Alternatives to Eureka
Consul
Consul is a tool for service discovery and configuration. Consul is distributed, highly available, and extremely scalable. ...
Zuul
It is the front door for all requests from devices and websites to the backend of the Netflix streaming application. As an edge service application, It is built to enable dynamic routing, monitoring, resiliency, and security. Routing is an integral part of a microservice architecture. ...
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. ...
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. ...
Keepalived
The main goal of this project is to provide simple and robust facilities for loadbalancing and high-availability to Linux system and Linux based infrastructures. ...
Serf
Serf is a service discovery and orchestration tool that is decentralized, highly available, and fault tolerant. Serf runs on every major platform: Linux, Mac OS X, and Windows. It is extremely lightweight: it uses 5 to 10 MB of resident memory and primarily communicates using infrequent UDP messages. ...
SkyDNS
SkyDNS is a distributed service for announcement and discovery of services. It leverages Raft for high-availability and consensus, and utilizes DNS queries to discover available services. This is done by leveraging SRV records in DNS, with special meaning given to subdomains, priorities and weights (more info here: http://blog.gopheracademy.com/skydns). ...
SmartStack
Scaling a web infrastructure requires services, and building a service-oriented infrastructure is hard. Make it EASY, with SmartStack’s automated, transparent service discovery and registration: cruise control for your distributed infrastructure. ...
Eureka alternatives & related posts
- Great service discovery infrastructure59
- Health checking35
- Distributed key-value store27
- Monitoring25
- High-availability23
- Web-UI11
- Token-based acls10
- Gossip clustering6
- Dns server5
- Docker integration1
related Consul posts










As we've evolved or added additional infrastructure to our stack, we've biased towards managed services. Most new backing stores are Amazon RDS instances now. We do use self-managed PostgreSQL with TimescaleDB for time-series data—this is made HA with the use of Patroni and Consul.
We also use managed Amazon ElastiCache instances instead of spinning up Amazon EC2 instances to run Redis workloads, as well as shifting to Amazon Kinesis instead of Kafka.
















Since the beginning, Cal Henderson has been the CTO of Slack. Earlier this year, he commented on a Quora question summarizing their current stack.
Apps- Web: a mix of JavaScript/ES6 and React.
- Desktop: And Electron to ship it as a desktop application.
- Android: a mix of Java and Kotlin.
- iOS: written in a mix of Objective C and Swift.
- The core application and the API written in PHP/Hack that runs on HHVM.
- The data is stored in MySQL using Vitess.
- Caching is done using Memcached and MCRouter.
- The search service takes help from SolrCloud, with various Java services.
- The messaging system uses WebSockets with many services in Java and Go.
- Load balancing is done using HAproxy with Consul for configuration.
- Most services talk to each other over gRPC,
- Some Thrift and JSON-over-HTTP
- Voice and video calling service was built in Elixir.
- Built using open source tools including Presto, Spark, Airflow, Hadoop and Kafka.
- For server configuration and management we use Terraform, Chef and Kubernetes.
- We use Prometheus for time series metrics and ELK for logging.
Zuul
related Zuul posts
- High performance ,easy to generate node specific config10
- Kafka support8
- Java7
- Spring Boot Support5
- Supports extensive distributed IPC3
- Supports DC/OS2
- Used in ClickHouse2
- Curator1
- Embeddable In Java Service1
- Used in Hadoop1
related Zookeeper posts
etcd
- Service discovery11
- Fault tolerant key value store6
- Bundled with coreos2
- Secure1
- Open Source1
- Privilege Access Management1
- Consol integration1
related etcd posts
- 2 nodes HA cluster management1
- Extremely fast (IPVS)1
- Virtual IP HA with VRRP1
- Load Balancer1
related Keepalived posts
related Serf posts
- Srv discovery for etcd1
related SkyDNS posts
- Elegant and powerful1