docs icon indicating copy to clipboard operation
docs copied to clipboard

Capability map per SDK

Open XavierGeerinck opened this issue 3 years ago • 2 comments

What content needs to be created or modified?

Currently while using a Dapr SDK in any language, it is hard to see which features of the Dapr sidecar it supports as well as which protocols.

Describe the solution you'd like

I would like to propose a capability map on a single docs page that is easily reachable that displays the different Dapr sidecar features and if the corresponding SDK supports them or not.

Where should the new material be placed?

SDK Overview and on the Dapr main repo

Additional context

This could be simple and look like the below

✅ = Supported ⚠️ = Partly Supported ❌ = Not Supported

  • = Not Supported in the Dapr Sidecar
Feature Protocol C# JS Go Python ...
Configuration API HTTP*
gRPC ⚠️
Lock API HTTP
gRPC
Actors HTTP
gRPC*
... HTTP
gRPC

XavierGeerinck avatar Jun 15 '22 07:06 XavierGeerinck

@shubham1172 @amulyavarote @greenie-msft @paulyuk and @yaron2

XavierGeerinck avatar Jun 15 '22 07:06 XavierGeerinck

See this PR as the approach to take for this https://github.com/dapr/docs/pull/2499 which is then making this also data driven

msfussell avatar Jun 16 '22 22:06 msfussell