The 07 configuration is explained here The property you are looking for is topic.partition.count.map.
Thanks, Neha On Thu, Aug 29, 2013 at 10:23 AM, Mark <static.void....@gmail.com> wrote: > How can one configure the number of partitions per topic in 0.7? I > understand 0.8 has a command line tool to help with this. Is my only option > setting a global value for numPartition in server.properties? > > Thanks