wzhero1 opened a new issue, #755:
URL: https://github.com/apache/flink-agents/issues/755

   ### Search before asking
   
   - [x] I searched in the 
[issues](https://github.com/apache/flink-agents/issues) and found nothing 
similar.
   
   ### Description
   
   Since commit 05ed9910 (`[runtime] Support async execution for cross language 
resources`), cross-language resources support async execution on Flink runtimes 
with pemja ≥ 0.6.2.
   
   However, `docs/content/docs/faq/faq.md` still states:
   
   > **Cross-language async limitation**: When using cross-language resources 
(e.g., calling Java integrations from Python or vice versa), async execution is 
not supported. Cross-language calls always execute synchronously regardless of 
your JDK version.
   
   This is incorrect and misleads users into thinking cross-language async is 
impossible, potentially causing unnecessary native re-implementations.
   
   The "Native Integration Support Matrix" preamble also says "cross-language 
calls do not support async execution", which is equally outdated.
   
   Both sections need to be updated to reflect the conditional support 
(version-gated by Flink runtime).
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


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