[ https://issues.apache.org/jira/browse/BEAM-13171?focusedWorklogId=686797&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-686797 ]
ASF GitHub Bot logged work on BEAM-13171: ----------------------------------------- Author: ASF GitHub Bot Created on: 26/Nov/21 10:21 Start Date: 26/Nov/21 10:21 Worklog Time Spent: 10m Work Description: aghajani commented on a change in pull request #15951: URL: https://github.com/apache/beam/pull/15951#discussion_r757385316 ########## File path: CHANGES.md ########## @@ -63,6 +63,7 @@ * We changed the data type for ranges in `JdbcIO.readWithPartitions` from `int` to `long`. This is a relatively minor breaking change, which we're implementing to improve the usability of the transform without increasing cruft. This transform is relatively new, so we may implement other breaking changes in the future to improve its usability. +* Support for stopReadTime on KafkaIO SDF (Java).([BEAM-13171](https://issues.apache.org/jira/browse/BEAM-13171)). Review comment: Copied from the template for the version 2.36.0 and moved the note under it. -- 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 Issue Time Tracking ------------------- Worklog Id: (was: 686797) Time Spent: 1h 40m (was: 1.5h) > Support for stopReadTime on KafkaIO SDF > ---------------------------------------- > > Key: BEAM-13171 > URL: https://issues.apache.org/jira/browse/BEAM-13171 > Project: Beam > Issue Type: Improvement > Components: io-java-kafka > Reporter: Mostafa Aghajani > Assignee: Mostafa Aghajani > Priority: P2 > Time Spent: 1h 40m > Remaining Estimate: 0h > > There is already the support for startReadTime using SDF when the Kafka > version is supported. > I want to add the support for stopReadTIme so we can extract messages from > Kafka only up to a point in time and then the task will be finished. > One use case: when you want to only re-process (re-read) a period of time for > a Kafka topic in your pipeline. -- This message was sent by Atlassian Jira (v8.20.1#820001)