cbickel closed pull request #3393: Turn off Kafka auto-commits.
URL: https://github.com/apache/incubator-openwhisk/pull/3393
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/common/scala/src/main/resources/application.conf 
b/common/scala/src/main/resources/application.conf
index 0c4f91a470..b1d1163e00 100644
--- a/common/scala/src/main/resources/application.conf
+++ b/common/scala/src/main/resources/application.conf
@@ -66,8 +66,7 @@ whisk {
         consumer {
             session-timeout-ms = 30000
             heartbeat-interval-ms = 10000
-            enable-auto-commit = true
-            auto-commit-interval-ms = 10000
+            enable-auto-commit = false
             auto-offset-reset = earliest
             max-poll-interval = 360000
             // This value controls the server-side wait time which affects 
polling latency.


 

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to