<?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: kafka optimization in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/kafka-optimization/m-p/280465#M208865</link>
    <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Optimizing your Kafka Cluster depends upon your cluster usage &amp;amp; use-case.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Based on your main concern like&amp;nbsp;throughput or CPU utilization or Memory/Disk usage, you need to modify different parameters and some changes may have an impact on other aspects. For example, if acknowledgments&lt;SPAN&gt;&amp;nbsp;is set to "all", all brokers that replicate the partitions need to acknowledge that the data was written prior to confirming the next message needs to be sent. This will ensure data consistency but increase CPU&amp;nbsp;utilization and network latency.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Refer&amp;nbsp;Benchmarking Apache Kafka: 2 Million Writes Per Second (On Three Cheap Machines) article[1] written by&amp;nbsp;Jay Kreps(Co-founder and CEO at Confluent).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[1]&lt;A href="https://engineering.linkedin.com/kafka/benchmarking-apache-kafka-2-million-writes-second-three-cheap-machines" target="_blank"&gt;https://engineering.linkedin.com/kafka/benchmarking-apache-kafka-2-million-writes-second-three-cheap-machines&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please let me know if this helps.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ankit.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Oct 2019 11:47:53 GMT</pubDate>
    <dc:creator>TonyStank</dc:creator>
    <dc:date>2019-10-17T11:47:53Z</dc:date>
    <item>
      <title>kafka optimization</title>
      <link>https://community.cloudera.com/t5/Support-Questions/kafka-optimization/m-p/279969#M208578</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to help me to optimize my cluster (3 Servers) with kafka, I understand that the default configuration is valid but I want to improve it. for example the topic of log cleaning.&lt;/P&gt;
&lt;P&gt;I saw several forums and different criteria but if you can give me a tip, I will be grateful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Greetings&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2019 13:52:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/kafka-optimization/m-p/279969#M208578</guid>
      <dc:creator>Peruvian81</dc:creator>
      <dc:date>2019-10-11T13:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: kafka optimization</title>
      <link>https://community.cloudera.com/t5/Support-Questions/kafka-optimization/m-p/280191#M208722</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/68603"&gt;@Peruvian81&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's difficult to suggest if there are no details about the cluster usage, but it would be useful to start reviewing the below article that provides Kafka best practices.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/t5/Community-Articles/Kafka-Best-Practices/ta-p/249371" target="_blank"&gt;https://community.cloudera.com/t5/Community-Articles/Kafka-Best-Practices/ta-p/249371&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope that helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manuel.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2019 14:18:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/kafka-optimization/m-p/280191#M208722</guid>
      <dc:creator>ManuelCalvo</dc:creator>
      <dc:date>2019-10-15T14:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: kafka optimization</title>
      <link>https://community.cloudera.com/t5/Support-Questions/kafka-optimization/m-p/280465#M208865</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Optimizing your Kafka Cluster depends upon your cluster usage &amp;amp; use-case.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Based on your main concern like&amp;nbsp;throughput or CPU utilization or Memory/Disk usage, you need to modify different parameters and some changes may have an impact on other aspects. For example, if acknowledgments&lt;SPAN&gt;&amp;nbsp;is set to "all", all brokers that replicate the partitions need to acknowledge that the data was written prior to confirming the next message needs to be sent. This will ensure data consistency but increase CPU&amp;nbsp;utilization and network latency.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Refer&amp;nbsp;Benchmarking Apache Kafka: 2 Million Writes Per Second (On Three Cheap Machines) article[1] written by&amp;nbsp;Jay Kreps(Co-founder and CEO at Confluent).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[1]&lt;A href="https://engineering.linkedin.com/kafka/benchmarking-apache-kafka-2-million-writes-second-three-cheap-machines" target="_blank"&gt;https://engineering.linkedin.com/kafka/benchmarking-apache-kafka-2-million-writes-second-three-cheap-machines&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please let me know if this helps.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ankit.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2019 11:47:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/kafka-optimization/m-p/280465#M208865</guid>
      <dc:creator>TonyStank</dc:creator>
      <dc:date>2019-10-17T11:47:53Z</dc:date>
    </item>
  </channel>
</rss>

