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
5e72c69f
Commit
5e72c69f
authored
Jul 03, 2019
by
AlexStocks
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mod: delete rpc & micro readme
parent
3797f77d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
29 deletions
+0
-29
README.md
README.md
+0
-29
No files found.
README.md
View file @
5e72c69f
...
...
@@ -14,35 +14,6 @@ Whatever if you use websocket, you do not need to care about hearbeat request/re
You can get code example in https://github.com/AlexStocks/getty-examples.
## RPC
An open source, Go based, RPC framework.
Feature list:
-
1 Transport: TCP(√), UDP(X), Websocket(X)
-
2 Codec: ProtoBuf(√), JSON(√)
-
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(√),
[
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(√)
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