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

Alex Petrov commented on CASSANDRA-16152:
-----------------------------------------

Do you think it might be useful to add an {{IInstanceConfig#set}} overload that 
could allow us to do someting like the following code snippet? That'd 
concatenate kvps into yaml. 

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

> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to