You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Manikumar Reddy (JIRA)" <ji...@apache.org> on 2014/08/04 17:44:12 UTC

[jira] [Comment Edited] (KAFKA-1499) Broker-side compression configuration

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

Manikumar Reddy edited comment on KAFKA-1499 at 8/4/14 3:43 PM:
----------------------------------------------------------------

I would like to propose new server property "*log.compression.type*" and topic override property "*compression.type*"
If set, this property is used for compression type at server-side. All non-compressed messages on the broker will be compressed to this compression type.

log.compression.type=none|gzip|snappy (default = none)
compression.type=none|gzip|snappy


was (Author: omkreddy):
I would like to propose new server property "*log.compression.type*" and topic override property "*compression.type*"
If set, this property is used for compression type at server-side. All non-compressed messages on the broker will be compressed to this compression type.

log.compression.type=none|gzip|snappy (default = none)
compression.type=compression.type

> Broker-side compression configuration
> -------------------------------------
>
>                 Key: KAFKA-1499
>                 URL: https://issues.apache.org/jira/browse/KAFKA-1499
>             Project: Kafka
>          Issue Type: New Feature
>            Reporter: Joel Koshy
>            Assignee: Manikumar Reddy
>              Labels: newbie++
>             Fix For: 0.8.2
>
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> A given topic can have messages in mixed compression codecs. i.e., it can
> also have a mix of uncompressed/compressed messages.
> It will be useful to support a broker-side configuration to recompress
> messages to a specific compression codec. i.e., all messages (for all
> topics) on the broker will be compressed to this codec. We could have
> per-topic overrides as well.



--
This message was sent by Atlassian JIRA
(v6.2#6252)