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 09:20:40 UTC

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

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

 ##########
 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:
   These params are topic specific configs defining how long and how much data could be stored on this topic as well as the maximal file size stored on the broker. For the moment I just used the values defined for other topics, probably its a subject to change. 
   
   I put a link to the full kafka parameter documentation, since these are not the only once that might confuse.  

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