tarantool / go-tarantool

Tarantool 1.10+ client for Go language
https://pkg.go.dev/github.com/tarantool/go-tarantool/v2
BSD 2-Clause "Simplified" License
180 stars 57 forks source link

Add balancing strategies interface #400

Open KaymeKaydex opened 1 month ago

KaymeKaydex commented 1 month ago

Currently, balancing in the pool occurs only using round robin, I would like to have an interface for the balancing strategy and the ability to write my own strategy