[
https://issues.apache.org/jira/browse/NIFI-9255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17422420#comment-17422420
]
ASF subversion and git services commented on NIFI-9255:
-------------------------------------------------------
Commit 1379674240f390ba5f6e345d65bf5b2a591cd4ad in nifi's branch
refs/heads/main from Peter Turcsanyi
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=1379674 ]
NIFI-9255: Support asynchronous session commits in ListenHTTP (#5419)
NIFI-9255: Support asynchronous session commits in ListenHTTP
> Support asynchronous session commits in ListenHTTP
> --------------------------------------------------
>
> Key: NIFI-9255
> URL: https://issues.apache.org/jira/browse/NIFI-9255
> Project: Apache NiFi
> Issue Type: Bug
> Components: Extensions
> Reporter: Peter Turcsanyi
> Assignee: Peter Turcsanyi
> Priority: Major
> Time Spent: 1h
> Remaining Estimate: 0h
>
> ListenHTTP does not support async commits properly because it sends the
> response back when the servlet's service method exits and it can happen
> before the async commit actually gets executed. It does not provide at least
> once guarantee, because the commit may fail after the successful response
> sent out.
> It does not affect stateful NiFi where the commit is executed synchronously
> (so before the servlet's service method terminated) but can cause issues in
> Stateless NiFi.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)