You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by GitBox <gi...@apache.org> on 2020/05/07 11:19:30 UTC

[GitHub] [cassandra] smiklosovic commented on a change in pull request #555: CASSANDRA-15748 - injecting of parameters into IAuditLogger implementation

smiklosovic commented on a change in pull request #555:
URL: https://github.com/apache/cassandra/pull/555#discussion_r421428548



##########
File path: src/java/org/apache/cassandra/audit/BinAuditLogger.java
##########
@@ -40,7 +41,7 @@
 
     private volatile BinLog binLog;
 
-    public BinAuditLogger()
+    public BinAuditLogger(Map<String, String> params)

Review comment:
       @krummas we indeed technically could but I am missing the point ... for other cases this is way how to do things and now we are introducing something "custom". So lets remove this parameter from all other cases it occurs? Having it inconsistent is even worse imho.




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org