gnodet-bot commented on PR #26523: URL: https://github.com/apache/camel/pull/26523#issuecomment-5701055100
**Backport needed.** The same bug exists in both active maintenance branches: - `camel-4.22.x` — `process(Exchange, AsyncCallback)` lines 479-485: `body` resolved and `startKafkaTransaction()` called outside the `try` block; `startKafkaTransaction()` has the same UoW-before-broker order - `camel-4.18.x` — same pattern This is a correctness bug (missed async callback + dangling UoW transacted flag on begin failure), not a behaviour change, so backporting to both LTS branches seems warranted. _This comment was generated by an AI agent, Hermès on behalf of @gnodet._ <!-- reviewer: gnodet-bot --> -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
