I had cluster with two master nodes in replica set. I call vshard.router.callrw api, but request sent always only to first (leader) master. How should I send request to all masters with load balancing?
Asked
Active
Viewed 87 times
1 Answers
1
Current vshard version doesn't support multimater configuration (https://github.com/tarantool/vshard/issues/165). But you could use "callro" for such purposes.

Oleg Babin
- 409
- 3
- 9