afedulov commented on PR #23777:
URL: https://github.com/apache/flink/pull/23777#issuecomment-1824713681

   > We could then keep all the existing code and just wrap it.
   
   The execution model is fundamentally different - a while loop that runs 
directly in the function vs an async loop that runs one level "above" and 
synchronizes via completable futures instead of exposing an explicit lock. I do 
not think it is possible to create such an adapter because we do not have 
access to that higher-level loop. 


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