[ https://issues.apache.org/jira/browse/APEXMALHAR-2135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15369260#comment-15369260 ]
ASF GitHub Bot commented on APEXMALHAR-2135: -------------------------------------------- GitHub user tweise opened a pull request: https://github.com/apache/apex-malhar/pull/336 APEXMALHAR-2135 Upgrade Kafka dependency to 0.8.2.1 You can merge this pull request into a Git repository by running: $ git pull https://github.com/tweise/apex-malhar APEXMALHAR-2135 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/apex-malhar/pull/336.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #336 ---- commit 9b62506bd38436218d616ba6199185dd3bb7b71b Author: Thomas Weise <tho...@datatorrent.com> Date: 2016-07-09T19:30:30Z APEXMALHAR-2135 Upgrade Kafka dependency to 0.8.2.1 ---- > Upgrade Kafka 0.8 input operator to support 0.8.2 client > -------------------------------------------------------- > > Key: APEXMALHAR-2135 > URL: https://issues.apache.org/jira/browse/APEXMALHAR-2135 > Project: Apache Apex Malhar > Issue Type: Bug > Reporter: Siyuan Hua > Assignee: Thomas Weise > > Right now, if you are using 0.8.2 client with 0.8 kafka inputoperator. > You will get exception: > *java.lang.NoSuchMethodError: > > kafka.cluster.Broker.getConnectionString()Ljava/lang/String;* > > > > > > > > *at > > com.datatorrent.contrib.kafka.KafkaMetadataUtil.getBrokers(KafkaMetadataUtil.java:114)* > > > > *at > > com.datatorrent.contrib.kafka.KafkaConsumer.initBrokers(KafkaConsumer.java:131)* > > > > *at > > com.datatorrent.contrib.kafka.AbstractKafkaInputOperator.definePartitions(AbstractKafkaInputOperator.java:488)* > > > > > We should support both. -- This message was sent by Atlassian JIRA (v6.3.4#6332)