Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Cloud Ops API Client #440

Open
5 of 8 tasks
cretz opened this issue Mar 21, 2024 · 0 comments
Open
5 of 8 tasks

[Feature Request] Cloud Ops API Client #440

cretz opened this issue Mar 21, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@cretz
Copy link
Member

cretz commented Mar 21, 2024

Describe the solution you'd like

We need to bring https://github.com/temporalio/api-cloud into the fold. Implementation notes:

  • Need every SDK to utilize as much existing gRPC service mechanism as it can, but leave room for potential high-level wrappers
    • Make new high-level client that only has access to the raw for now, knowing high-level wrappers may come
  • Keep high-level cloud client separate from existing high-level client since this is not namespace specific
    • Share the connection/service/gRPC logic but not the high-level client logic
  • Make sure things work the same wrt metrics and RPC metadata options and such
  • No two SDKs are alike here unfortunately, but they are close enough

Tasks:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants