You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by fongys <fo...@gmail.com> on 2016/05/20 09:48:35 UTC

Camel-Kafka component configuration type mis-match

Kafka producer properties 'acks' can have value 0, 1, all
Ref: http://kafka.apache.org/documentation.html#producerconfigs

While camel-kafka 2.17.1 code mark the field as Integer which cannot support
'all'
requestRequiredAcks



--
View this message in context: http://camel.465427.n5.nabble.com/Camel-Kafka-component-configuration-type-mis-match-tp5782820.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel-Kafka component configuration type mis-match

Posted by Andrea Cosentino <an...@yahoo.com.INVALID>.
Hi Fongys,

Thanks.

I raised a JIRA for this

https://issues.apache.org/jira/browse/CAMEL-9978

Cheers
 --
Andrea Cosentino 
----------------------------------
Apache Camel PMC Member
Apache Karaf Committer
Apache Servicemix Committer
Email: ancosen1985@yahoo.com
Twitter: @oscerd2
Github: oscerd



On Friday, May 20, 2016 11:48 AM, fongys <fo...@gmail.com> wrote:
Kafka producer properties 'acks' can have value 0, 1, all
Ref: http://kafka.apache.org/documentation.html#producerconfigs

While camel-kafka 2.17.1 code mark the field as Integer which cannot support
'all'
requestRequiredAcks



--
View this message in context: http://camel.465427.n5.nabble.com/Camel-Kafka-component-configuration-type-mis-match-tp5782820.html
Sent from the Camel - Users mailing list archive at Nabble.com.