[ALL SDKS] Deprecate `Invoke*` SDK methods used for Service Invocation
Open
- Dominant language
- JavaScript
- Stars
- 217
- Forks
- 104
- 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
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.