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

David Capwell commented on CASSANDRA-16152:
-------------------------------------------

For more context, here is the proposed change to the interface

{code}
.withConfig(c -> c.set("server_encryption_options", ImmutableMap.of( 
                                       "keystore", newKeystore,
                                       "truststore", newTruststore)))
{code}

This aligns with the changes [~e.dimitrova] was working on in CASSANDRA-15234 
and makes it so dtest and CassandraDaemon use the same config logic (which also 
means config migration).

> In-JVM dtest - modify schema with stopped nodes and use yaml fragments for 
> config
> ---------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-16152
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-16152
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Test/dtest/java
>            Reporter: Jon Meredith
>            Assignee: Jon Meredith
>            Priority: Normal
>
> Some convenience improvements to in-JVM dtest that are useful across versions 
> that I needed while working on CASSANDRA-16144
> * Add support for changing schema with stopped nodes.
> * Make it simpler to modify nested configuration items by specifying Yaml 
> fragments 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to