瀏覽代碼

Add ZooKeeper to service discover section.

ZooKeeper is a centralized service for maintaining configuration information,
naming, providing distributed synchronization, and providing group services.
Benjamin Dos Santos 12 年之前
父節點
當前提交
f615d00674
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -82,6 +82,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [
 ## Service discovery
 
 * [Consul](http://www.consul.io/) - Consul is a tool for service discovery, monitoring and configuration.
+* [ZooKeeper](http://zookeeper.apache.org/) - ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services.
 
 ## Cloud Storage