[ 
https://issues.apache.org/jira/browse/BEAM-13171?focusedWorklogId=727746&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-727746
 ]

ASF GitHub Bot logged work on BEAM-13171:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 15/Feb/22 19:19
            Start Date: 15/Feb/22 19:19
    Worklog Time Spent: 10m 
      Work Description: kennknowles commented on pull request #15951:
URL: https://github.com/apache/beam/pull/15951#issuecomment-1040692600


   @nbali it can be a bit confusing, but the `isStreaming` pipeline option is 
not actually part of the core Beam model. It is a runner-specific option. Spark 
and Dataflow have separate batch/streaming modes. The direct runner and Flink 
runner don't need this. Really "streaming" is the universal mode that works for 
everything, while batch is a special case that allows optimizations because all 
the data is bounded (so we can do more splitting up front, and don't need to 
checkpoint and pause, etc).


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


Issue Time Tracking
-------------------

    Worklog Id:     (was: 727746)
    Time Spent: 6h  (was: 5h 50m)

> 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
>             Fix For: 2.36.0
>
>          Time Spent: 6h
>  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)

Reply via email to