├── README.md ├── client.py ├── microservice.thrift ├── server.py ├── zook.py └── zookclient.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zgbgx/MicroserviceUseThriftAndZookeeper/HEAD/README.md -------------------------------------------------------------------------------- /client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zgbgx/MicroserviceUseThriftAndZookeeper/HEAD/client.py -------------------------------------------------------------------------------- /microservice.thrift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zgbgx/MicroserviceUseThriftAndZookeeper/HEAD/microservice.thrift -------------------------------------------------------------------------------- /server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zgbgx/MicroserviceUseThriftAndZookeeper/HEAD/server.py -------------------------------------------------------------------------------- /zook.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zgbgx/MicroserviceUseThriftAndZookeeper/HEAD/zook.py -------------------------------------------------------------------------------- /zookclient.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zgbgx/MicroserviceUseThriftAndZookeeper/HEAD/zookclient.py --------------------------------------------------------------------------------