You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Jason Gustafson (JIRA)" <ji...@apache.org> on 2016/09/13 02:18:21 UTC

[jira] [Updated] (KAFKA-1704) Add PartitionConfig besides LogConfig

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

Jason Gustafson updated KAFKA-1704:
-----------------------------------
    Fix Version/s:     (was: 0.10.1.0)
                   0.10.2.0

> Add PartitionConfig besides LogConfig
> -------------------------------------
>
>                 Key: KAFKA-1704
>                 URL: https://issues.apache.org/jira/browse/KAFKA-1704
>             Project: Kafka
>          Issue Type: Bug
>            Reporter: Guozhang Wang
>            Assignee: Guozhang Wang
>             Fix For: 0.10.2.0
>
>
> Today we only two places to store configs: server configs which is used to store server side global configs, and log configs to store others. However, many topic / partition level configs would be better stored in a partition config such that they do not need to require accessing the underlying logs, for example:
> 1. uncleanLeaderElectionEnable
> 2. minInSyncReplicas
> 3. compact [? this is defined per-topic / partition but maybe ok to store as log configs]



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