Skip to content

Handle service invocation over HTTP only #438

Description

@artursouza

Describe the proposal

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

Metadata

Metadata

Assignees

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions