ayushisingh29 commented on code in PR #2490:
URL: https://github.com/apache/cassandra/pull/2490#discussion_r1265673662


##########
src/java/org/apache/cassandra/config/Config.java:
##########
@@ -79,6 +79,7 @@ public static Set<String> splitCommaDelimited(String src)
     public String authenticator;
     public String authorizer;
     public String role_manager;
+    public String crypto_provider;

Review Comment:
   What's the benefit of making it` ParameterizedClass`? We don't need any 
other input other than the provider name. 



-- 
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]

Reply via email to