[ https://issues.apache.org/jira/browse/KAFKA-280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jay Kreps resolved KAFKA-280. ----------------------------- Resolution: Won't Fix > change on-disk log layout to {log.dir}/topicname/partitionid > ------------------------------------------------------------ > > Key: KAFKA-280 > URL: https://issues.apache.org/jira/browse/KAFKA-280 > Project: Kafka > Issue Type: Sub-task > Components: core > Affects Versions: 0.8.0 > Reporter: Jun Rao > Labels: replication > > Currently, the on-disk layout is {log.dir}/topicname-partitionid. The problem > is that there is no appropriate place to store topicname level information > such as topic version. An alternative layout is > {log.dir}/topicname/partitionid. Then, we can store topic level meta data > under {log.dir}/topicname. -- This message was sent by Atlassian JIRA (v6.3.4#6332)