[ 
https://issues.apache.org/jira/browse/CAMEL-12961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

J Jenkins updated CAMEL-12961:
------------------------------
    Description: As of 0.11, Kafka supports transnational semantics.  Also, 
Spring has introduced a transaction manager for Kafka (under spring-kafka).  
Being able to transactionally consume and produce messages (within kafka) or 
consume/produce to some other system (jms,database,etc.) within Camel would be 
very useful.  (was: The current implementation of camel-kafka is coded to use 
consumer.subscribe.  This tends to be the default for most Kafka consumer 
use-cases, however, there are times when you may not want some of the features 
that come with subscription (such as automatic re-balancing).  

Kafka allows for more control in this situations by using the consumer.assign 
api.

Would be great if we can extend camel-kafka to pass in some additional flags 
and required fields for using assign instead of subscribe.)

> Support Transactions
> --------------------
>
>                 Key: CAMEL-12961
>                 URL: https://issues.apache.org/jira/browse/CAMEL-12961
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-kafka
>            Reporter: J Jenkins
>            Priority: Minor
>             Fix For: Future
>
>
> As of 0.11, Kafka supports transnational semantics.  Also, Spring has 
> introduced a transaction manager for Kafka (under spring-kafka).  Being able 
> to transactionally consume and produce messages (within kafka) or 
> consume/produce to some other system (jms,database,etc.) within Camel would 
> be very useful.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to