Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ExecuteOn should support asynchronous return value #9539

Open
danielkec opened this issue Nov 27, 2024 · 0 comments
Open

ExecuteOn should support asynchronous return value #9539

danielkec opened this issue Nov 27, 2024 · 0 comments

Comments

@danielkec
Copy link
Contributor

danielkec commented Nov 27, 2024

Environment Details

  • Helidon Version: 4.x
  • Helidon MP

Problem Description

When @ExecuteOn annotated method is called from thread that cannot be blocked, we should provide non-blocking callback option by supporting signature returning CompletableStage<RET_TYPE>.
This use-case was demonstrated by @jvissers with Kafka Parallel Consumers when looking for a #9538 workaround.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Triage
Development

No branches or pull requests

1 participant