maytasm commented on a change in pull request #11078:
URL: https://github.com/apache/druid/pull/11078#discussion_r610290470



##########
File path: core/src/main/java/org/apache/druid/audit/AuditManager.java
##########
@@ -28,6 +28,12 @@
 
 public interface AuditManager
 {
+  /**
+   * This String is the default message stored instead of the actual audit 
payload if the audit payload size
+   * exceeded the maximum size limit configuration
+   */
+  String PAYLOAD_SKIP_MESSAGE = "Payload was not stored as the payload size 
exceed limit configured by druid.audit.manager.maxPayloadSizeBytes";

Review comment:
       Done




-- 
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to