Capa v1.0.1.RELEASE release
kevinten10
released this
15 Sep 01:11
·
215 commits
to master
since this release
Capa(cloud application api): To be the high-level api layer for all application runtime.
Define a common set of APIs to make sure that code once and run anywhere!
This is the Capa SDK for Java, including the following features:
- Service Invocation(RPC)
- Configuration Centor(Configuration)
- Application Metrics(Metrics)
- Publish/Subscribe(Pub/Sub)
- State Management(State)
- ...
Get started
<dependency>
<groupId>group.rxcloud</groupId>
<artifactId>capa-sdk</artifactId>
<version>1.0.1.RELEASE</version>
</dependency>