arunpandianp opened a new pull request, #39084:
URL: https://github.com/apache/beam/pull/39084

   UnboundedCountingSource currently does not support configuring an end limit, 
this PR adds that capability.
   
   GenerateSequence with a from + to + rate boils down to a 
BoundedReadFromUnboundedSource. BoundedReadFromUnboundedSource splits emit all 
outputs from a single bundle that does not work well on Streaming jobs.
   
   UnboundedCountingSource::to is currently not exposed outside CountingSource. 
Eventually GenerateSequence can use UnboundedCountingSource::to instead of 
BoundedReadFromUnboundedSource
   


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

Reply via email to