Implement NodeResolverImpl to Resolve Nodes by IP Address and UUID #718
Labels
enhancement
New feature or request
PoC/Agent
Tasks related to new generation of ecchronos as an agent
Story Description:
The NodeResolverImpl class is responsible for resolving Cassandra nodes by their IP addresses and UUIDs using a CqlSession. This class will manage two concurrent maps to efficiently store and retrieve nodes: one mapping IP addresses to DriverNode instances and another mapping UUIDs to DriverNode instances.
Key Responsibilities:
Acceptance Criteria:
Definition of Done:
Notes:
Related to #652
The text was updated successfully, but these errors were encountered: