ZooKeeper之service discovery

Zookeeper整体介绍

ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services.

Out of the Box Applications: Name Service, Configuration, Group Membership

Zookeeper食谱
http://zookeeper.apache.org/doc/current/recipes.html

Apache Curator
Apache Curator is a Java/JVM client library for Apache ZooKeeper
It includes a highlevel API framework and utilities to make using Apache ZooKeeper much easier and more reliable.
It also includes recipes for common use cases and extensions such as service discovery and a Java 8 asynchronous DSL. 

使用示例:http://curator.apache.org/curator-examples/index.html

posted @ 2018-03-26 16:59  Season2009  阅读(234)  评论(0编辑  收藏  举报