cpp-sdk
cpp-sdk copied to clipboard
C++ SDK for Dapr
administrator@administrator-HP-EliteBook-840-G8-Notebook-PC:~/dapr/dapr_cpp/external/dapr-cpp-sdk$ docker run -it -v $(pwd):/sdk cppsdk /bin/bash root@67b43968610b:/# cd /sdk/ root@67b43968610b:/sdk# ls LICENSE Makefile README.md dapr examples src root@67b43968610b:/sdk# cd examples/echo_app/ root@67b43968610b:/sdk/examples/echo_app# make g++ -std=c++11 -I ../../src `pkg-config --cflags...
As described in https://github.com/dapr/proposals/blob/main/0010-S-unified-api-token-env-variable.md
It would be nice to have an automated process that listens for a new tag to be pushed to the `dapr/dapr` repo that updates the version accordingly so we are...
It would be nice if a user could self assign issues to themselves and have parity with other dapr repos where they may self assign issues. Steps That entails having...
## Describe the proposal **Is your feature request related to a problem? Please describe.** There is no visual representation for how the SDK interacts with the Dapr runtime. **Describe the...
The Dapr CPP SDK repo should have an issues template for when end users create issues when working with the project. Describe the solution you'd like We should abide by...
The Dapr CPP SDK repo should have a PR template for when end users create PRs contributing to the project. Describe the solution you'd like We should abide by a...
Hi, is there any roadmap available if and when there is support for virtual actors in the C++ SDK? Thanks, Marc
Getting the following errors when trying to compile and run the example application. WARN[0000] error processing component, daprd process will exit gracefully app_id=callee instance=ad92d6cc7e69 scope=dapr.runtime type=log ver=1.10.4 FATA[0000] process component...
## Describe the proposal Allow consistent way to configure endpoint for Dapr's sidecar, while enabling remote sidecar configuration. Child of https://github.com/dapr/dapr/issues/6035 SDK should parse these in a consistent way, so...