zhfeng commented on issue #3642: URL: https://github.com/apache/camel-quarkus/issues/3642#issuecomment-1099993986
@alexkazan87 I rasie https://github.com/apache/camel/pull/7454 and can you take a review? ```KafkaTransactionPolicy``` can be used just like ``` from("direct:test") .transacted().policy(new KafkaTransactionPolicy()) .to("kafka:topic?additional-properties[transactional.id]=1234&additional-properties[enable.idempotence]=true&additional-properties[retries]=5"); ``` -- 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]
