2

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?

Gennady
  • 352
  • 2
  • 12

1 Answers1

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