* initial bulk publish impl for java Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com> * add UTs and clean up java doc for new interface methods. Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com> * add more interface methods for bulk publish Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com> * adding examples and ITs for bulk publish Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com> * addressing review comments Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com> * use latest ref from dapr branch Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com> * add example validation Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com> * fix bindings example validation Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com> * make changes for latest bulk publish dapr changes Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com> * fix examples Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com> * fix examples Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com> * fix typo Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com> * test against java 11 only Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com> * change to latest dapr commit Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com> * run only pubsub IT, upload failsafe reports as run artifact Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com> * fix checkstyle Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com> * fix IT report upload condition Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com> * fix compile issues Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com> * fix spotbugs issue Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com> * run pubsubIT only Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com> * change upload artifact name for IT Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com> * fix tests Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com> * fix Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com> * introduce sleep Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com> * test bulk publish with redis Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com> * change longvalues test to kafka Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com> * change bulk pub to kafka and revert long values changes Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com> * remove kafka pubsub from pubsub IT Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com> * change match order in examples Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com> * set fail fast as false Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com> * fix Internal Invoke exception in ITs Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com> * address review comments Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com> * fix IT Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com> * fix app scopes in examples Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com> * add content to daprdocs Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com> * address review comments Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com> * fix mm.py step comment Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com> * reset bindings examples readme Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com> * fix example, IT and make classes immutable Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com> Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com> Co-authored-by: Artur Souza <asouza.pro@gmail.com> |
||
|---|---|---|
| .. | ||
| content/en | ||
| README.md | ||
README.md
Dapr Java SDK documentation
This page covers how the documentation is structured for the Dapr Java SDK
Dapr Docs
All Dapr documentation is hosted at docs.dapr.io, including the docs for the Java SDK. Head over there if you want to read the docs.
Java SDK docs source
Although the docs site code and content is in the docs repo, the Java SDK content and images are within the content and static directories, respectively.
This allows separation of roles and expertise between maintainers, and makes it easy to find the docs files you are looking for.
Writing Java SDK docs
To get up and running to write Java SDK docs, visit the docs repo to initialize your environment. It will clone both the docs repo and this repo, so you can make changes and see it rendered within the site instantly, as well as commit and PR into this repo.
Make sure to read the docs contributing guide for information on style/semantics/etc.
Docs architecture
The docs site is built on Hugo, which lives in the docs repo. This repo is setup as a git submodule so that when the repo is cloned and initialized, the java-sdk repo, along with the docs, are cloned as well.
Then, in the Hugo configuration file, the daprdocs/content and daprdocs/static directories are redirected to the daprdocs/developing-applications/sdks/java and static/java directories, respectively. Thus, all the content within this repo is folded into the main docs site.