Marc, I included the notes on increasing replication factor in the docs. It seems to work fine locally though I haven't tested it in a production setting. Here you go - http://kafka.apache.org/081/documentation.html#basic_ops_increase_replication_factor
Thanks, Neha On Wed, Mar 19, 2014 at 11:11 AM, Marc Labbe <mrla...@gmail.com> wrote: > done, https://issues.apache.org/jira/browse/KAFKA-1313 > > Can you expand on the hacky method? If could fix this before 0.8.2 is > released, it'd be great. > > thanks > marc > > > On Wed, Mar 19, 2014 at 12:27 PM, Neha Narkhede <neha.narkh...@gmail.com > >wrote: > > > Ya, this is one tool that has been dragging for a bit too long and is not > > available in 0.8.1. There is a way to use the partition reassignment tool > > < > > > http://kafka.apache.org/081/documentation.html#basic_ops_cluster_expansion > > >to > > achieve the same objective (by reassigning a partition from replicas r1 > to > > r1,r2), but that is still hacky. Could you file a JIRA so we can get this > > in 0.8.2? > > > > Thanks, > > Neha > > > > > > On Wed, Mar 19, 2014 at 9:10 AM, Marc Labbe <mrla...@gmail.com> wrote: > > > > > Hi, > > > > > > I have a few topics that were created a while ago with default > parameters > > > with only 1 replica per partition. I am wondering if there is a way to > > add > > > replicas to existing partitions of an existing topic. I didn't see > > anything > > > obvious from the tools. > > > > > > marc > > > > > >