markusthoemmes commented on a change in pull request #2948: Programmatic lazy 
creation of completedN and invokerN topics
URL: 
https://github.com/apache/incubator-openwhisk/pull/2948#discussion_r149899235
 
 

 ##########
 File path: core/invoker/src/main/scala/whisk/core/invoker/Invoker.scala
 ##########
 @@ -58,6 +58,11 @@ object Invoker {
       WhiskEntityStore.requiredProperties ++
       WhiskActivationStore.requiredProperties ++
       kafkaHost ++
+      Map(
+        kafkaTopicsInvokerRetentionBytes -> (1024 * 1024 * 1024).toString(), 
// default is 1024 MB
+        kafkaTopicsInvokerRetentionMS -> (48 * 3600 * 1000).toString(), // 
default is 48 hours
+        kafkaTopicsInvokerSegmentBytes -> (512 * 1024 * 1024).toString() // 
default is 512 MB
 
 Review comment:
   Same here.

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


With regards,
Apache Git Services

Reply via email to