Today, mapping gRPC to HTTP is not correct and we don't have a mapping that can work yet (as per dapr/dapr#2342). So, all API calls should be made over HTTP by default in the SDK, even if the other APIs work over gRPC.
This should improve experience for most users since HTTP endpoint is most common. The gRPC to gRPC or HTTP to gRPC scenarios are way less common since dapr requires a custom proto to be implemented in the app.
Parent: dapr/dapr#2342
See also: dapr/java-sdk#450
Release Note
RELEASE NOTE:
Today, mapping gRPC to HTTP is not correct and we don't have a mapping that can work yet (as per dapr/dapr#2342). So, all API calls should be made over HTTP by default in the SDK, even if the other APIs work over gRPC.
This should improve experience for most users since HTTP endpoint is most common. The gRPC to gRPC or HTTP to gRPC scenarios are way less common since dapr requires a custom proto to be implemented in the app.
Parent: dapr/dapr#2342
See also: dapr/java-sdk#450
Release Note
RELEASE NOTE: