This project is a distributed rpc communication framework based on the muduo and protobuf libraries.
查看注册中心是否成功运行,如果没有运行,则
cd zookeeper-3.4.12/bin
./zkServer.sh start
一键编译方式
./autobuild.sh
服务端运行
cd bin/
./provider -i test.conf
客户端运行
./consumer -i test.conf