liferoad commented on code in PR #30877:
URL: https://github.com/apache/beam/pull/30877#discussion_r1556091869


##########
CHANGES.md:
##########
@@ -80,6 +80,7 @@
 ## Bugfixes
 
 * Fixed locking issue when shutting down inactive bundle processors. Symptoms 
of this issue include slowness or stuckness in long-running jobs (Python) 
([#30679](https://github.com/apache/beam/pull/30679)).
+* Fixed kafka polling issue due to short consumer polling timeout time. 
Changes to make the consumer polling timeout configurable for KafkaIO.Read with 
new command: KafkaIO.read().withConsumerPollingTimeout(Duration duration). 
Default timeout has been increased from 1 second to 2 seconds( 
[#30870](https://github.com/apache/beam/pull/30877)).

Review Comment:
   Can we move this to Breaking Changes? We can reword these like: Default 
consumer polling timeout for `KafkaIO.Read` was increased from 1 second to 2 
seconds. Use `KafkaIO.read().withConsumerPollingTimeout(Duration duration)` to 
configure this timeout value when necessary.



-- 
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-unsubscr...@beam.apache.org

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

Reply via email to