dcapwell commented on code in PR #2660:
URL: https://github.com/apache/cassandra/pull/2660#discussion_r1327548861
##########
src/java/org/apache/cassandra/config/Properties.java:
##########
@@ -68,6 +71,35 @@ public static Property andThen(Property root, Property leaf)
return andThen(root, leaf, DELIMITER);
}
+ @Nullable
+ public static Property andThenMap(Property root, String key, String
delimiter)
Review Comment:
> I think we can remove all this if we simplify the config
how so? its very useful to have per-verb overrides, so only way to avoid
this is to have a field per verb rather than a map...
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]