Young Bu Park
Young Bu Park
## Describe the proposal Current CLI is not easy to develop Dapr user application because it always needs to have user app executable. The problem is that a developer always...
## Describe the proposal This is the issue to track the [Gitter conversation](https://gitter.im/Dapr/community?at=5dab95a50ac62f4acda2873b) A user wants to know how to run integration test against Dapr user apps when he has...
## Describe the proposal > grpc_asyncio is still WIP. We may need to support it later when grpc_asyncio is stable. > https://grpc.github.io/grpc/python/grpc_asyncio.html Update: `grpc_asyncio` is now available, however we should...
Looks like current spec describes only W3C traceparent header for span context propagation for now. However, [Opencensus gRPC spec](https://github.com/census-instrumentation/opencensus-specs/blob/master/trace/gRPC.md#propagation) uses `grpc-trace-bin` header for spancontext propagation. Does open-telemetry have a plan...