alexkazan87 opened a new issue #3642:
URL: https://github.com/apache/camel-quarkus/issues/3642


   I just started to use camel for a Kafka producer integration with the camel 
transacted and the JtaTransactionPolicy.
   It works very well.
   
    
   Besides it, I need the Kafka Transaction Manager too, so I added the 
following property:
   
   
   
camel.component.kafka.additional-properties[[transactional.id](http://transactional.id/)]=12345
   
   but an error arises :
   
    **On delivery attempt: 0 caught: java.lang.IllegalStateException: Cannot 
perform a 'send' before completing a call to initTransactions when transactions 
are enabled.**
   
   
   It seems that Kafka's transaction manager kafka manager was enabled but it 
could not be initialized. Have you ever noticed such an error so far?
   
   


-- 
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


Reply via email to