ravendb-go-client icon indicating copy to clipboard operation
ravendb-go-client copied to clipboard

Setting Load balance behavior

Open kidus-tiliksew opened this issue 1 year ago • 1 comments

Is there a way to set Load balance behavior to something like UseSessionContext with this client

kidus-tiliksew avatar Mar 13 '24 15:03 kidus-tiliksew

Hi, currently we support only setting ReadBalanceBehavior: https://ravendb.net/docs/article-page/6.0/csharp/client-api/configuration/load-balance/read-balance-behavior#read-balance-behavior Example: https://github.com/ravendb/ravendb-go-client/blob/4474ee7aa0face483608ce4200e3f52ae5c8aced/tests/client_configuration_test.go#L26-L31

maciejaszyk avatar Mar 14 '24 15:03 maciejaszyk