From e0659a978037573b6f8c83c115e5273bbe24f412 Mon Sep 17 00:00:00 2001 From: PestusAtSAG <57684400+PestusAtSAG@users.noreply.github.com> Date: Fri, 30 Oct 2020 14:13:36 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/README.md b/README.md index 6047a27..bc55463 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,31 @@ # cumulocity-client-reactive-spring-boot Cumulocity client using spring boot reactive stack (WebFlux) + +## State + +Current Cumulocity Java SDK are synchrone. To build a non blocking and even an reactive applications a reactive client is needed. + +## Vision + +- Reflecting complete Cumulocity API as java reactive client, aligned to @c8y/client (http://resources.cumulocity.com/documentation/websdk/client/) +- Reflecting complete Cumulocity API as kotlin reactive client, aligned to @c8y/client (http://resources.cumulocity.com/documentation/websdk/client/) +- Easy integration in spring boot application as starter +- Java/Kotlin client should be isomorphic (can be used for microservice and agent) + + +## Authors + +[Alexander Pester](mailto:alexander.pester@softwareag.com) + +## Disclaimer + +These tools are provided as-is and without warranty or support. They do not constitute part of the Software AG product suite. Users are free to use, fork and modify them, subject to the license agreement. While Software AG welcomes contributions, we cannot guarantee to include every contribution in the master project. + +## Contact + +For more information you can Ask a Question in the [TECHcommunity Forums](http://tech.forums.softwareag.com/techjforum/forums/list.page?product=cumulocity). + +You can find additional information in the [Software AG TECHcommunity](http://techcommunity.softwareag.com/home/-/product/name/cumulocity). + +_________________ +Contact us at [TECHcommunity](mailto:technologycommunity@softwareag.com?subject=Github/SoftwareAG) if you have any questions. From 76f4b27f3c0e805b7c3a627d31d0a1f0cc447f51 Mon Sep 17 00:00:00 2001 From: PestusAtSAG <57684400+PestusAtSAG@users.noreply.github.com> Date: Fri, 30 Oct 2020 14:18:58 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc55463..ecc7a75 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Cumulocity client using spring boot reactive stack (WebFlux) ## State -Current Cumulocity Java SDK are synchrone. To build a non blocking and even an reactive applications a reactive client is needed. +Current Cumulocity Java SDK are synchrone. To build a non blocking and even a reactive application a reactive client is needed. Currently i do first steps using WebFlux and did first draft of InventoryService. I am looking also for Contributers, please let me know! ## Vision From 25033b86d91f61cc1e335a44da10fa16fc7d100a Mon Sep 17 00:00:00 2001 From: PestusAtSAG <57684400+PestusAtSAG@users.noreply.github.com> Date: Fri, 30 Oct 2020 14:21:59 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecc7a75..91da90c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Cumulocity client using spring boot reactive stack (WebFlux) ## State -Current Cumulocity Java SDK are synchrone. To build a non blocking and even a reactive application a reactive client is needed. Currently i do first steps using WebFlux and did first draft of InventoryService. I am looking also for Contributers, please let me know! +Current Cumulocity Java SDK are synchrone. To build a non blocking and even a reactive application a reactive client is needed. Currently i do first steps using WebFlux and did first draft of InventoryService. I am looking also for contributors, please let me know! ## Vision