Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
G
getty
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wei.xuan
getty
Commits
8de316ee
Commit
8de316ee
authored
Aug 17, 2018
by
AlexStocks
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mod: micro readme
parent
a414ed40
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
6 deletions
+17
-6
README.md
README.md
+17
-6
No files found.
README.md
View file @
8de316ee
...
...
@@ -16,22 +16,33 @@ You can get code example in https://github.com/AlexStocks/getty-examples.
## RPC
A open source, Go based, RPC framework.
A
n
open source, Go based, RPC framework.
Feature list:
-
1 Transport: TCP(√), UDP(X), Websocket(X)
-
2 Codec: ProtoBuf(√), JSON(√)
-
3 Service Discovery: Service Publish(X), Service Watch(X), Service Notify(X)
-
4 Registry: ZooKeeper(X), Etcd(X)
-
5 Strategy: Failover(√), Failfast(√)
-
6 Load Balance: Random(X), RoundRobin(X)
-
7 Metrics: Invoke Statistics(X), User Auth(X)
-
3 Strategy: Failover(√), Failfast(√)
-
4 Metrics: Invoke Statistics(X), User Auth(X)
Code example:
The subdirectory rpc of
[
getty-examples
](
https://github.com/alexstocks/getty-examples/
)
shows how to build rpc client/rpc server.
## Micro
An micro service framework based on getty/rpc.
Feature list:
-
1 Registry: ZooKeeper(√), Etcd(√)
-
2 Load Balance: Random(X), RoundRobin(√)
-
3 Service Discovery: Service Publish(√), Service Watch(√), Service Notify(√)
Code example:
The subdirectory micro of
[
getty-examples
](
https://github.com/alexstocks/getty-examples/
)
shows how to build micro client/rpc server.
## LICENCE
Apache License 2.0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment