File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed
Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,12 @@ Define a common set of APIs to make sure that code once and run anywhere!
44
55This 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
4348module划分主要为以下几个部分:
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
You can’t perform that action at this time.
0 commit comments