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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]