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?
When using the
nonvotingReplicaTagsoption for the reconfigure command, the server responds with: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?