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

Josh McKenzie commented on CASSANDRA-17188:
-------------------------------------------

The PR here looks to have a minimal addition to the .yaml that would be easy to 
integrate into CASSANDRA-17212 or rebase on top of that afaict: 
[link|https://github.com/apache/cassandra/pull/1392/files#diff-77707d0908c31940828b6425dcb09a7409827db99b48c371f71c63294dfe1562R1625-R1632].
 I don't think there's a problem continuing here.

A quick skim of the patch shows the expected property accessors for it and not 
a large yaml restructing overhaul. I could be missing something however.

> Guardrails for consistency levels
> ---------------------------------
>
>                 Key: CASSANDRA-17188
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-17188
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: Feature/Guardrails
>            Reporter: Andres de la Peña
>            Assignee: Andres de la Peña
>            Priority: Normal
>             Fix For: 4.x
>
>
> Add guardrails for read/write consistency levels, for example:
> {code:java}
> # Guardrail to warn about or reject read consistency levels.
> # By default all consistency levels are allowed.
>     read_consistency_levels:
>         warned: []
>         disallowed: []
> # Guardrail to warn about or reject write consistency levels.
> # By default all consistency levels are allowed.
>     write_consistency_levels:
>         warned: []
>         disallowed: []
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to