arjunashok opened a new pull request, #69: URL: https://github.com/apache/cassandra-sidecar/pull/69
…tance metadata ### Changes The sidecar `token-range-replicas` endpoint response is updated to include a `ReplicaMetadata` section which includes the following attrbutes. This replaces the `replicaState` attribute which included a mapping of the replica IP address/port to the `State` of the instance. ReplicaMetadata attributes: - State - State of the instance. eg. `Normal`, `Joining`, `Leaving`, `Replacing` - Status - Status of the instance. eg. `Up`, `Down` - Name - Hostname/FQDN of the instance resolved from the IP address in the below field - Address - IP address of the instance -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

