Skip to content

nonvotingReplicaTags option for reconfigure command not working #388

Description

@micschro

When using the nonvotingReplicaTags option for the reconfigure command, the server responds with:

Unrecognized optional argument `nonvotingReplicaTags` in:
r.table("mytable").reconfigure({ 
    ... 
    nonvotingReplicaTags: ["mytag"]
    ...
})

It seems this option isn't part of the _translateArgs and it is therefore not snake-cased.
Maybe the driver could just snake-case all options, like it's done in the official implementation?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions