[
https://issues.apache.org/jira/browse/STORM-1737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15370040#comment-15370040
]
Jungtaek Lim commented on STORM-1737:
-------------------------------------
If this issue can be fixed by several days I'm OK to mark this as 'Blocker',
but if not I don't think this issue should block releasing 1.0.2.
Yes Kafka is a kind of de-facto standard queue now so we should consider Kafka
as first class, but Apache Kafka 0.10 was released just 1 month ago and no
other streaming frameworks seem support Kafka 0.10.
Btw, can we make storm-kafka-client not using methods marked as 'Unstable'?
Since it's marked as 'Unstable' Kafka community can change that at other minor
updates, and I don't think we should follow their changes ASAP.
> 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)