[
https://issues.apache.org/jira/browse/KAFKA-1325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14057582#comment-14057582
]
Manikumar Reddy commented on KAFKA-1325:
----------------------------------------
Now we are not renaming any topic-level-configs (or) server-configs.
We are adding new server config properties (log.retention.ms, log.roll.ms) to
be consistent with topic-level-configs.
And this change is backward compatible. We still support log.retention.minutes,
log.retention.hours, log.roll.hours properties.
I know that we are storing topic-level-configs in zookeeper.
And we are not renaming any topic-level-configs, so no problem.
Are we storing server config properties in zookeeper?
> Fix inconsistent per topic log configs
> --------------------------------------
>
> Key: KAFKA-1325
> URL: https://issues.apache.org/jira/browse/KAFKA-1325
> Project: Kafka
> Issue Type: Improvement
> Components: log
> Affects Versions: 0.8.1
> Reporter: Neha Narkhede
> Labels: usability
> Attachments: KAFKA-1325.patch, KAFKA-1325.patch
>
>
> Related thread from the user mailing list -
> http://mail-archives.apache.org/mod_mbox/kafka-users/201403.mbox/%3Cd8f6f3857b82c4ccd8725aba6fd68cb8%40cweb01.nmdf.nhnsystem.com%3E
> Our documentation is a little confusing on the log configs.
> The log property for retention.ms is in millis but the server default it maps
> to is in minutes.
> Same is true for segment.ms as well. We could either improve the docs or
> change the per-topic configs to be consistent with the server defaults.
--
This message was sent by Atlassian JIRA
(v6.2#6252)