[ 
https://issues.apache.org/jira/browse/CAMEL-9467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15172070#comment-15172070
 ] 

Anbumani Balusamy commented on CAMEL-9467:
------------------------------------------

[~davsclaus]
Only 3 scala related jars are referred in the pom.xm and i set the scope to 
test. 
{code}
    <dependency>
                <artifactId>scala-parser-combinators_2.11</artifactId>
                <groupId>org.scala-lang.modules</groupId>
                <version>1.0.4</version>
                <scope>test</scope>
        </dependency>
    <dependency>
                <artifactId>scala-xml_2.11</artifactId>
                <groupId>org.scala-lang.modules</groupId>
                <version>1.0.4</version>
                <scope>test</scope>
        </dependency>
        <dependency>
      <groupId>org.scala-lang</groupId>
      <artifactId>scala-library</artifactId>
      <scope>test</scope>
    </dependency>
{code}
I tested the same codebase and it's working fine. Let me look into the consumer 
logic now

> Camel-Kafka: Upgrade Producer/Consumer and their configuration properties
> -------------------------------------------------------------------------
>
>                 Key: CAMEL-9467
>                 URL: https://issues.apache.org/jira/browse/CAMEL-9467
>             Project: Camel
>          Issue Type: Task
>          Components: camel-kafka
>            Reporter: Andrea Cosentino
>            Assignee: Andrea Cosentino
>             Fix For: 2.17.0
>
>         Attachments: camel-kafka.zip
>
>
> From release 0.9.0.0 the Kafka Consumer/Producer configuration properties 
> seems to be changed a little.
> Also we have to use the new Java implementation of Kafka Producer/Consumer, 
> actually we are using the Scala version



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to