You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/04/17 06:19:30 UTC

[GitHub] chetanmeh commented on a change in pull request #3552: Emit activation metadata to Kafka

chetanmeh commented on a change in pull request #3552: Emit activation metadata to Kafka
URL: https://github.com/apache/incubator-openwhisk/pull/3552#discussion_r181962263
 
 

 ##########
 File path: common/scala/src/main/resources/application.conf
 ##########
 @@ -98,6 +98,11 @@ whisk {
                 retention-ms      =  172800000
                 max-message-bytes = ${whisk.activation.payload.max}
             }
+            events {
+                segment-bytes   =  536870912
+                retention-bytes = 1073741824
+                retention-ms    = 3600000
+            }
 
 Review comment:
   Brief comments for each config i.e. what its meant for would be helpful

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services