You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Environment Details
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.
The text was updated successfully, but these errors were encountered: