Skip to content

Makes service method API invocations over HTTP by default. #176

@wcs1only

Description

@wcs1only

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:

Metadata

Metadata

Assignees

Labels

kind/bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions