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?
Current vshard version doesn't support multimater configuration (https://github.com/tarantool/vshard/issues/165). But you could use "callro" for such purposes.