Implement ReplicationStateImpl to Manage and Cache Token Range to Replica Mappings #719
Labels
enhancement
New feature or request
PoC/Agent
Tasks related to new generation of ecchronos as an agent
Story Description:
The ReplicationStateImpl class is responsible for managing the replication state of a Cassandra cluster by caching the mapping between token ranges and replicas across keyspaces. It leverages NodeResolver and CqlSession to resolve nodes and interact with cluster metadata, ensuring efficient lookups for replicas and nodes related to token ranges. The class must handle both cluster-wide and keyspace-specific replication mappings, caching results for better performance and reliability.
Key Responsibilities:
Acceptance Criteria:
Definition of Done:
Notes
Depends of #718
Related to #652
The text was updated successfully, but these errors were encountered: