mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-12 19:02:12 +00:00
Though database can be used to get relevant token metadata, it's better not to use one service (database) as a proxy to get another one (token metadata). In case of tokens, there's effective replication map at hand, which is a more correct source of such topology information. Signed-off-by: Pavel Emelyanov <xemul@scylladb.com> Closes scylladb/scylladb#20894