frankgh opened a new pull request, #80: URL: https://github.com/apache/cassandra-sidecar/pull/80
Sidecar exposes settings from the Cassandra node via the node settings API endpoint. The information exposed is limited, and we need to start exposing additional information from the `system.local` table, for example `datacenter` information, owned token ranges, and the local address and port for the native protocol. This information can be consumed by Sidecar itself, as well as the Cassandra Analytics library. In this commit, we expose additional settings for the node. -- 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]

