scylladb / scylladb/nodejs-rs-driver
Support execution options
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 13
- Forks
- 10
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 18
Description
This is an umbrella issue for all API around ExecutionOptions class.
List of possible options:
- getAutoPage
- getCaptureStackTrace
- getConsistency
- getCustomPayload
- getFetchSize
- getFixedHost
- getHints
- getKeyspace
- getLoadBalancingPolicy
- getPageState
- getRawQueryOptions
- getReadTimeout
- getRetryPolicy
- getRoutingKey
- getSerialConsistency
- getTimestamp
- isAutoPage
- isBatchCounter
- isBatchLogged
- isIdempotent
- isPrepared
- isQueryTracing
Contributor guide
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
Locate the ExecutionOptions class and compare its public API with the unchecked options in this issue. Review the existing checked options and the repository's binding and test entry points before deciding how the remaining APIs should be exposed. Done means the unchecked getters and predicates are supported and the relevant checks pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- api
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100