forked from apache/pulsar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Functions] Process async results in the same Java runnable thread (a…
…pache#10618) * [Functions] Process async results in the same Java runnable thread *Motivation* After introducing the support for async functions, the java function processing semantic is not enforced. For example, if it fails to write a sink, it doesn't fail the java instance or fail the message. Hence it keeps receiving messages but never ack or nack. *Modification* Change the way how aysnc function requests are processed to fix the issues we have seen in Kinesis connector. * Process the async results in the different thread
- Loading branch information
Showing
4 changed files
with
134 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.