You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/09/08 17:52:49 UTC

[GitHub] [beam] kw2542 commented on a diff in pull request #22976: Buffered process time timers

kw2542 commented on code in PR #22976:
URL: https://github.com/apache/beam/pull/22976#discussion_r966260499


##########
runners/samza/src/main/java/org/apache/beam/runners/samza/SamzaPipelineOptions.java:
##########
@@ -80,7 +80,13 @@ public interface SamzaPipelineOptions extends PipelineOptions {
   @Default.Integer(50000)
   int getEventTimerBufferSize();
 
-  void setEventTimerBufferSize(int eventTimerBufferSize);
+  void setEventTimerBufferSize(int processingTimerBufferSize);

Review Comment:
   argument should be named `eventTimerBufferSize`



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

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org