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

ASF GitHub Bot commented on STORM-1737:
---------------------------------------

Github user HeartSaVioR commented on the issue:

    https://github.com/apache/storm/pull/1556
  
    What's our plan to support version lines of Kafka? I think we need to guide 
storm-kafka to users that for 0.8 you need to blabla, and for 0.9, and for 0.10.
    And storm-kafka-client is no longer compatible with 0.9, it would be better 
to go with [STORM-1876](https://issues.apache.org/jira/browse/STORM-1876) 
(#1482). If this patch merged in without STORM-1876, 0.9 users should download 
the code, and **change directory to external/storm-kafka**, and build module 
with proper `kafka.version` and `kafka.artifact.id` parameters.


> storm-kafka-client has compilation errors with Apache Kafka 0.10
> ----------------------------------------------------------------
>
>                 Key: STORM-1737
>                 URL: https://issues.apache.org/jira/browse/STORM-1737
>             Project: Apache Storm
>          Issue Type: Bug
>            Reporter: Sriharsha Chintalapani
>            Assignee: Hugo Louro
>            Priority: Blocker
>             Fix For: 1.0.2
>
>
> when compiled with Apache Kafka 0.10 branch getting following errors
> {code}
> [ERROR] 
> /Users/harsha/code/hwx/storm/external/storm-kafka-client/src/main/java/org/apache/storm/kafka/spout/KafkaSpout.java:[163,51]
>  incompatible types: org.apache.kafka.common.TopicPartition cannot be 
> converted to java.util.Collection<org.apache.kafka.common.TopicPartition>
> [ERROR] 
> /Users/harsha/code/hwx/storm/external/storm-kafka-client/src/main/java/org/apache/storm/kafka/spout/KafkaSpout.java:[166,45]
>  incompatible types: org.apache.kafka.common.TopicPartition cannot be 
> converted to java.util.Collection<org.apache.kafka.common.TopicPartition>
> [ERROR] 
> /Users/harsha/code/hwx/storm/external/storm-kafka-client/src/main/java/org/apache/storm/kafka/spout/KafkaSpout.java:[175,51]
>  incompatible types: org.apache.kafka.common.TopicPartition cannot be 
> converted to java.util.Collection<org.apache.kafka.common.TopicPartition>
> [ERROR] 
> /Users/harsha/code/hwx/storm/external/storm-kafka-client/src/main/java/org/apache/storm/kafka/spout/KafkaSpout.java:[177,45]
>  incompatible types: org.apache.kafka.common.TopicPartition cannot be 
> converted to java.util.Collection<org.apache.kafka.common.TopicPartition>
> [ERROR] 
> /Users/harsha/code/hwx/storm/external/storm-kafka-client/src/main/java/org/apache/storm/kafka/spout/KafkaSpout.java:[252,41]
>  incompatible types: org.apache.kafka.common.TopicPartition cannot be 
> converted to java.util.Collection<org.apache.kafka.common.TopicPartition>
> {code}



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

Reply via email to