tarantool / vshard

The new generation of sharding based on virtual buckets
Other
98 stars 29 forks source link

Expose this replica vshard URI #467

Closed DifferentialOrange closed 3 months ago

DifferentialOrange commented 6 months ago

This replica URI is required for automatic stored procedure grants setup (for example, in tarantool/crud).

Now tarantool/crud uses vshard.storage.info() replicaset.master to extract replicaset master uri, but in case of master = 'auto' discovery vshard.storage.info() no longer provides access to current master through public API.