cpp-sdk icon indicating copy to clipboard operation
cpp-sdk copied to clipboard

C++ SDK for Dapr

Results 20 cpp-sdk issues
Sort by recently updated
recently updated
newest added

~/VScodeProjects/cpp-sdk$ make all g++ -c -fPIC -I./src src/dapr/proto/runtime/v1/dapr.pb.cc -o src/dapr/proto/runtime/v1/dapr.pb.o src/dapr/proto/runtime/v1/dapr.pb.cc:1716:6: error: ‘::descriptor_table_dapr_2fproto_2fcommon_2fv1_2fcommon_2eproto’ has not been declared 1716 | &::descriptor_table_dapr_2fproto_2fcommon_2fv1_2fcommon_2eproto, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: *** [Makefile:36: src/dapr/proto/runtime/v1/dapr.pb.o] Error cpp-sdk$ protoc --version...

Main issue: https://github.com/dapr/dapr/issues/4236 Please refer to the parent issue to help with fixing existing issues with bad licenses. This is required for Dapr to be compliant with CNCF guidelines, so...

Per work items below, the syntax of the state query JSON has been slightly changed, to make it more intuitive: https://github.com/dapr/components-contrib/issues/1490 https://github.com/dapr/components-contrib/pull/1491 https://github.com/dapr/components-contrib/pull/1500 https://github.com/dapr/docs/pull/2195 Please validate this change in the...

The Configuration API feature has been implemented in Dapr runtime: https://github.com/dapr/dapr/pull/3606 It needs to be accessible via the SDK.

This feature is implemented in dapr runtime: dapr/dapr#3662 It should be available via the SDK

## Describe the proposal Ref https://github.com/dapr/dapr/issues/2864 ## Release Note RELEASE NOTE: **ADD** support domain socket.

Consider adding examples on how to use the C++SDK for each of the supported Building Blocks, e.g how to use the C++ SDK for Service Invocation. These examples will provide...

- Update proto files from runtime release-1.14 - Update devcontainer to debian bullseye for newer protoc 3.12.4 - Older debian buster had older protoc 3.6 which doesn't support readded `optional`...

We want to update the README for all Dapr repos so they all include shield badges for YouTube, Discord, X/Twitter and ensure they are all in the same style. See:...

Dapr v1.14 adds support for the [Jobs API](https://github.com/dapr/proposals/blob/main/0012-BIRS-distributed-scheduler.md) which uses the Scheduler control plane service under the hood. This new API allows users to schedule/get/delete jobs to be triggered at...

enhancement