RiddhikChaudhuri commented on issue #3642: URL: https://github.com/apache/camel-quarkus/issues/3642#issuecomment-2642612434
@zhfeng We are using spring-transaction Policy and camel-Kafka. We are using KafkaTransactionManagement inside spring transaction policy and for a simple route we ``` `from("direct:output") .transacated() .setHeader("EventType","Control) .toD("${header.OUTPUT_TOPIC}) .process(exchange -> { throw new RunTimeException(""); }). process(manualCommitProcessor);` ``` Once Runtime exception is thrown but still the Output Topic recieves the message -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org