Skip to content

Commit 35b0569

Browse files
committed
chore: update release doc
1 parent 93f34b1 commit 35b0569

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ Define a common set of APIs to make sure that code once and run anywhere!
44

55
This is the Capa SDK for Java, including the following features:
66

7-
* Service Invocation(RPC)
8-
* ...
9-
7+
+ Service Invocation(RPC)
8+
+ Configuration Centor(Configuration)
9+
+ Application Metrics(Metrics)
10+
+ Publish/Subscribe(Pub/Sub)
11+
+ State Management(State)
12+
+
1013
参考项目:
1114

1215
* [dapr](https://github.com/dapr/dapr)
@@ -36,15 +39,17 @@ This is the Capa SDK for Java, including the following features:
3639

3740
## API Design
3841

39-
API设计和社区保持同步,请参考Dapr/Layotto等开源项目的设计
42+
API设计和社区保持同步,请参考Dapr/Layotto等开源项目的设计。
43+
44+
目前API定义在: [cloud-runtimes](https://github.com/reactivegroup/cloud-runtimes-jvm)
4045

4146
#### [RPC API design]()
4247

4348
module划分主要为以下几个部分:
4449
* sdk
4550
* sdk-component
4651
* sdk-spi
47-
* sdk-spi-aws/...
52+
* sdk-spi-demo/...
4853

4954
![capa-design](./docs/capa-design/capa-layer.PNG)
5055

0 commit comments

Comments
 (0)