dapr / dapr/go-sdk

[ALL SDKS] Deprecate `Invoke*` SDK methods used for Service Invocation

Open
#802 1 comment 0 reactions 0 assignees View on GitHub
bug
Dominant language
Go
Stars
479
Forks
187
PR merge metrics
No merged PRs in 30d

Description

The guidance since 2023 has been to **not** use SDK `invoke*` methods for Service Invocation. However this has never been formalised by marking the methods as deprecated.

Instead it is recommended to use language native http clients and grpc clients for Service Invoke.

Factory methods in the SDK which return a native http/grpc client is fine too, and are not deprecated.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.