Tiscs opened a new pull request #8026: URL: https://github.com/apache/pulsar/pull/8026
Fix #7707 Fix message consume ordering issue of function with EFFECTIVELY_ONCE processing guarantees. ### Motivation Since v2.5.2, function with EFFECTIVELY_ONCE processing guarantees consume message out of ordering when fail, because process a CompletableFuture result by async. ### Modifications - Get result from future synchronized when processing guarantees of java instance equals `EFFECTIVELY_ONCE`. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
