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

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

ExecuteOn should support asynchronous return value #9539

danielkec opened this issue Nov 27, 2024 · 0 comments
Assignees
Labels
4.x Version 4.x enhancement New feature or request

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.

@github-project-automation github-project-automation bot moved this to Triage in Backlog Nov 27, 2024
@spericas spericas self-assigned this Dec 2, 2024
@spericas spericas moved this from Triage to Sprint Scope in Backlog Dec 2, 2024
@spericas spericas added 4.x Version 4.x enhancement New feature or request labels Dec 2, 2024
@spericas spericas closed this as completed Dec 5, 2024
@github-project-automation github-project-automation bot moved this from Sprint Scope to Closed in Backlog Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x Version 4.x enhancement New feature or request
Projects
Archived in project
Development

No branches or pull requests

2 participants