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

   The logic of the progress calculation: 
   
   * If the end timestamp is specified, then use it to estimate the remaining 
work via `endTimestamp - lastClaimedPosition`. 
   * Otherwise, use `now() - lastClaimedPosition` as the remaining work. 
   


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