Commit a5d4d7b1 authored by AlexStocks's avatar AlexStocks

Imp: add load balance anchor in readme

parent 5f00c9e4
...@@ -36,7 +36,7 @@ An micro service framework based on getty/rpc. ...@@ -36,7 +36,7 @@ An micro service framework based on getty/rpc.
Feature list: Feature list:
- 1 Registry: ZooKeeper(√), Etcd(√) - 1 Registry: ZooKeeper(√), Etcd(√)
- 2 Load Balance: Random(X), RoundRobin(√) - 2 Load Balance: Random(X), RoundRobin(√), [Self-Defined(√)](https://github.com/alexstocks/getty-examples/blob/master/micro/client/app/main.go#L86)
- 3 Service Discovery: Service Publish(√), Service Watch(√), Service Notify(√) - 3 Service Discovery: Service Publish(√), Service Watch(√), Service Notify(√)
Code example: Code example:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment