You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "Raghav Kumar Gautam (JIRA)" <ji...@apache.org> on 2016/07/26 22:55:20 UTC

[jira] [Updated] (STORM-2008) kafka jars must be part of the storm-kafka topology

     [ https://issues.apache.org/jira/browse/STORM-2008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raghav Kumar Gautam updated STORM-2008:
---------------------------------------
    Summary: kafka jars must be part of the storm-kafka topology  (was: storm-kafka module must depend on kafka)

> kafka jars must be part of the storm-kafka topology
> ---------------------------------------------------
>
>                 Key: STORM-2008
>                 URL: https://issues.apache.org/jira/browse/STORM-2008
>             Project: Apache Storm
>          Issue Type: Bug
>          Components: storm-kafka
>            Reporter: Raghav Kumar Gautam
>
> As of now the dependency is present but it's scope is provided, this is incorrect.
> https://github.com/apache/storm/blob/master/external/storm-kafka/pom.xml#L121
> {code}
>         <dependency>
>             <groupId>org.apache.kafka</groupId>
>             <artifactId>${storm.kafka.artifact.id}</artifactId>
>             <version>${storm.kafka.version}</version>
>             <scope>provided</scope>
>         </dependency>
> {code}



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