You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2014/09/05 00:25:25 UTC

[jira] [Updated] (KAFKA-570) Kafka should not need snappy jar at runtime

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

Guozhang Wang updated KAFKA-570:
--------------------------------
    Fix Version/s:     (was: 0.8.2)
                   0.9.0

> Kafka should not need snappy jar at runtime
> -------------------------------------------
>
>                 Key: KAFKA-570
>                 URL: https://issues.apache.org/jira/browse/KAFKA-570
>             Project: Kafka
>          Issue Type: Bug
>    Affects Versions: 0.8.0
>            Reporter: Swapnil Ghike
>              Labels: bugs
>             Fix For: 0.9.0
>
>
> CompressionFactory imports snappy jar in a pattern match. The purpose of importing it this way seems to be avoiding the import unless snappy compression is actually required. However, kafka throws a ClassNotFoundException if snappy jar is removed at runtime from lib_managed. 
> This exception can be easily seen by producing some data with the console producer.



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