Nice! Thanks Gwen! --John
On Mon, Nov 2, 2015 at 1:03 PM, Gwen Shapira <g...@confluent.io> wrote: > Actually, no. You can move partitions online. > > The way it works is that: > 1. A new replica is created for the partition in the new broker > 2. It starts replicating from the leader until it catches up - if you > continue producing at this time, it will take longer to catch up. > 3. Once the new replica caught up, the old replica will get deleted. > > Hope this clarifies. > > On Mon, Nov 2, 2015 at 5:43 AM, John Yost <hokiege...@gmail.com> wrote: > > > Hi Everyone, > > > > Perhaps a silly question...does one need to shut down incoming data feeds > > to Kafka prior to moving partititions via the > kafka-reassign-partitions.sh > > script? My thought is yes, but just want to be sure. > > > > Thanks > > > > --John > > >