[ 
https://issues.apache.org/jira/browse/CASSSIDECAR-215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17928590#comment-17928590
 ] 

Arjun Ashok edited comment on CASSSIDECAR-215 at 2/25/25 7:50 PM:
------------------------------------------------------------------

CI: 
[https://app.circleci.com/pipelines/github/arjunashok/cassandra-sidecar/183/workflows/1a0634f9-1578-41ff-9183-199abb59dd5d]


was (Author: JIRAUSER301082):
CI: 
https://app.circleci.com/pipelines/github/arjunashok/cassandra-sidecar/179/workflows/bb40fb25-22f0-49e1-b5e6-e600e8611123

> Introduces sidecar endpoint to vend table stats
> -----------------------------------------------
>
>                 Key: CASSSIDECAR-215
>                 URL: https://issues.apache.org/jira/browse/CASSSIDECAR-215
>             Project: Sidecar for Apache Cassandra
>          Issue Type: Improvement
>          Components: Rest API
>            Reporter: Arjun Ashok
>            Assignee: Arjun Ashok
>            Priority: Normal
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> This proposal is part of an effort to introduce bespoke Sidecar APIs to 
> support key operational functionality currently managed through nodetool 
> commands. Introducing these APIs offers several benefits:
>  
>  * Strong Contract Definition: APIs provide a well-defined contract for both 
> request and response structures, reducing errors in operational tooling by 
> eliminating the need to parse command results.
>  * Error Handling: A clear response contract allows for meaningful error 
> messages to be communicated to clients, without exposing internal 
> implementation details.
>  * Input Validation: APIs can incorporate input validation to enhance 
> security by protecting against command injection attacks.
>  * Version Compatibility: By exposing a standardized interface, APIs ensure 
> compatibility across different Cassandra versions, through the sidecar’s 
> abstraction.
>  * Access Control: APIs enable fine-grained access control, leveraging 
> permissions and roles associated with client identities for precise 
> authorization.
> This specific task introduces a endpoint that vends table stats, equivalent 
> to the `nodetool tablestats` functionality.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to