rigetti / rigetti/qcs-sdk-rust
Support persisting gRPC channels.
Open
Nobody has claimed this yet.
performance + reliability
- Dominant language
- Rust
- Stars
- 15
- Forks
- 4
- Avg merge
- 1h 9m
- Merged PRs (30d)
- 1
Description
gRPC channels are expensive to create, but cheap to hold. We should allow users to choose to persist or provide their own gRPC channel that gets re-used for each connection.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points. First locate where gRPC channels are created and connections are established, then determine how callers could supply or persist a channel. Done means a user can choose channel reuse or provide a channel that is reused for each connection, with coverage for both options.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- backend-api-design
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100