You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by "frankgh (via GitHub)" <gi...@apache.org> on 2023/06/01 23:15:06 UTC

[GitHub] [cassandra-sidecar] frankgh commented on pull request #47: CASSANDRASC-52 Sidecar Returns Own Version in Node Settings

frankgh commented on PR #47:
URL: https://github.com/apache/cassandra-sidecar/pull/47#issuecomment-1572908209

   added the step to run and now I get the version :
   ```
   ➜  cassandra-sidecar git:(r/pr47) ✗ curl -s localhost2:9043/api/v1/cassandra/settings  | jq
   {
     "releaseVersion": "4.0.9-SNAPSHOT",
     "partitioner": "org.apache.cassandra.dht.Murmur3Partitioner",
     "sidecar": {
       "version": "1.0-SNAPSHOT"
     }
   }
   ```


-- 
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: pr-unsubscribe@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org