scylladb / scylladb/nodejs-rs-driver

Support execution options

Open
#71 1 comment 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.