robertwb commented on PR #31508:
URL: https://github.com/apache/beam/pull/31508#issuecomment-2150936284

   Also, even if you didn't update the pipeline and tried to re-load you'd 
loose the state (and in-flight messages) from the second line due to the unique 
nonce that gets added not lining up. (This was considered preferable to a 
deterministic counter which could give you many state collisions, e.g. 1->2, 
2->3, 3->4, 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: github-unsubscr...@beam.apache.org

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

Reply via email to