mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-27 03:45:11 +00:00
This change adds support for secondary vector store clients, typically located in different availability zones. Secondary clients serve as fallback targets when all primary clients are unavailable. New configuration option allows specifying secondary client addresses and ports. Fixes: VECTOR-187 Closes scylladb/scylladb#26484