<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Adding/Removing Brokers to Kafka, while data is flowing into Kafka topics in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Adding-Removing-Brokers-to-Kafka-while-data-is-flowing-into/m-p/208841#M62837</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/10969/mqureshi.html" nodeid="10969"&gt;@mqureshi&lt;/A&gt; , thanks !&lt;/P&gt;</description>
    <pubDate>Fri, 16 Jun 2017 01:57:38 GMT</pubDate>
    <dc:creator>karan_alang1</dc:creator>
    <dc:date>2017-06-16T01:57:38Z</dc:date>
    <item>
      <title>Adding/Removing Brokers to Kafka, while data is flowing into Kafka topics</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Adding-Removing-Brokers-to-Kafka-while-data-is-flowing-into/m-p/208838#M62834</link>
      <description>&lt;DIV&gt;
			Hello All,
			

			I've streaming data flowing into Kafka topics. &lt;/DIV&gt;&lt;DIV&gt;Can I add Broker &amp;amp; re-balance the topics while the data flows into Kafka topic ?
&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;What are the best practices wrt. adding or removing Kafka Brokers while data is flowing into Kafka ?
&lt;/DIV&gt;&lt;DIV&gt;
				

Pls. advise. &lt;/DIV&gt;&lt;DIV&gt; Thanks!
			
&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 14 Jun 2017 05:00:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Adding-Removing-Brokers-to-Kafka-while-data-is-flowing-into/m-p/208838#M62834</guid>
      <dc:creator>karan_alang1</dc:creator>
      <dc:date>2017-06-14T05:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: Adding/Removing Brokers to Kafka, while data is flowing into Kafka topics</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Adding-Removing-Brokers-to-Kafka-while-data-is-flowing-into/m-p/208839#M62835</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/10969/mqureshi.html" nodeid="10969"&gt;@mqureshi&lt;/A&gt;, &lt;A rel="user" href="https://community.cloudera.com/users/2035/aromero.html" nodeid="2035"&gt;@aromero&lt;/A&gt;, &lt;/P&gt;&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/140/nsabharwal.html" nodeid="140"&gt;@Neeraj Sabharwal&lt;/A&gt;, &lt;A rel="user" href="https://community.cloudera.com/users/504/kkulkarni.html" nodeid="504"&gt;@Kuldeep Kulkarni&lt;/A&gt;, &lt;A rel="user" href="https://community.cloudera.com/users/223/jelser.html" nodeid="223"&gt;@Josh Elser&lt;/A&gt; - any ideas on this ?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2017 00:24:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Adding-Removing-Brokers-to-Kafka-while-data-is-flowing-into/m-p/208839#M62835</guid>
      <dc:creator>karan_alang1</dc:creator>
      <dc:date>2017-06-15T00:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: Adding/Removing Brokers to Kafka, while data is flowing into Kafka topics</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Adding-Removing-Brokers-to-Kafka-while-data-is-flowing-into/m-p/208840#M62836</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/14047/karanalang.html" nodeid="14047"&gt;@Karan Alang&lt;/A&gt;&lt;P&gt;Yes, new brokers can be added while Kafka is online and partitions can be reassigned to these new brokers. One thing to remember is you are not creating new partitions. If you create new partitions, and assuming you have keyed messages where applications require data to be in order then you will lose the order guarantees because in a keyed message Kafka makes sure that a particular key always lands on a particular partition. When you add new partitions, you break this behavior.&lt;/P&gt;&lt;P&gt;But you can easily add new brokers and assign existing partitions to the new brokers in order to balance the cluster.&lt;/P&gt;&lt;P&gt;&lt;A href="https://cwiki.apache.org/confluence/display/KAFKA/Replication+tools#Replicationtools-6.ReassignPartitionsTool" target="_blank"&gt;https://cwiki.apache.org/confluence/display/KAFKA/Replication+tools#Replicationtools-6.ReassignPartitionsTool&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2017 00:54:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Adding-Removing-Brokers-to-Kafka-while-data-is-flowing-into/m-p/208840#M62836</guid>
      <dc:creator>mqureshi</dc:creator>
      <dc:date>2017-06-15T00:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: Adding/Removing Brokers to Kafka, while data is flowing into Kafka topics</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Adding-Removing-Brokers-to-Kafka-while-data-is-flowing-into/m-p/208841#M62837</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/10969/mqureshi.html" nodeid="10969"&gt;@mqureshi&lt;/A&gt; , thanks !&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2017 01:57:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Adding-Removing-Brokers-to-Kafka-while-data-is-flowing-into/m-p/208841#M62837</guid>
      <dc:creator>karan_alang1</dc:creator>
      <dc:date>2017-06-16T01:57:38Z</dc:date>
    </item>
  </channel>
</rss>

