<?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: Are Kafka Topics created under zookeeper when cluster is kerberized and Ranger is enabled for authorization? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Are-Kafka-Topics-created-under-zookeeper-when-cluster-is/m-p/216006#M60280</link>
    <description>&lt;A rel="user" href="https://community.cloudera.com/users/16239/techongig.html" nodeid="16239"&gt;@Tech Gig&lt;/A&gt;&lt;P&gt;No, they are not created under Zookeeper but Zookeeper is used by Kafka for state management, kafka topics and partitions.&lt;/P&gt;&lt;P&gt;For example, consumers mark the offset for the record they have read to know what record they will be reading next. I'd recommend following deck (slide 10) to see how this works:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.slideshare.net/rahuldausa/apache-kafka-16727853?next_slideshow=1" target="_blank"&gt;https://www.slideshare.net/rahuldausa/apache-kafka-16727853?next_slideshow=1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and slide 15 of following deck to understand how Zookeeper is used by Kafka:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.slideshare.net/rahuldausa/introduction-to-kafka-and-zookeeper" target="_blank"&gt;https://www.slideshare.net/rahuldausa/introduction-to-kafka-and-zookeeper&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 02 May 2017 01:44:34 GMT</pubDate>
    <dc:creator>mqureshi</dc:creator>
    <dc:date>2017-05-02T01:44:34Z</dc:date>
    <item>
      <title>Are Kafka Topics created under zookeeper when cluster is kerberized and Ranger is enabled for authorization?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Are-Kafka-Topics-created-under-zookeeper-when-cluster-is/m-p/216005#M60279</link>
      <description>&lt;P&gt;What is the role of zookeeper here with Kafka apart from distributed co-ordination?&lt;/P&gt;&lt;P&gt;Are Kafka Topics created under zookeeper when cluster is kerberized and Ranger is enabled for authorization?&lt;/P&gt;&lt;P&gt;I know the messages are stored under logs.dir path.  Does zookeeper store metadata of topics etc? Does zookeeper store topics only when native ACL is used and not in Ranger?&lt;/P&gt;</description>
      <pubDate>Sun, 30 Apr 2017 16:29:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Are-Kafka-Topics-created-under-zookeeper-when-cluster-is/m-p/216005#M60279</guid>
      <dc:creator>techongig</dc:creator>
      <dc:date>2017-04-30T16:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Are Kafka Topics created under zookeeper when cluster is kerberized and Ranger is enabled for authorization?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Are-Kafka-Topics-created-under-zookeeper-when-cluster-is/m-p/216006#M60280</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/16239/techongig.html" nodeid="16239"&gt;@Tech Gig&lt;/A&gt;&lt;P&gt;No, they are not created under Zookeeper but Zookeeper is used by Kafka for state management, kafka topics and partitions.&lt;/P&gt;&lt;P&gt;For example, consumers mark the offset for the record they have read to know what record they will be reading next. I'd recommend following deck (slide 10) to see how this works:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.slideshare.net/rahuldausa/apache-kafka-16727853?next_slideshow=1" target="_blank"&gt;https://www.slideshare.net/rahuldausa/apache-kafka-16727853?next_slideshow=1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and slide 15 of following deck to understand how Zookeeper is used by Kafka:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.slideshare.net/rahuldausa/introduction-to-kafka-and-zookeeper" target="_blank"&gt;https://www.slideshare.net/rahuldausa/introduction-to-kafka-and-zookeeper&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2017 01:44:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Are-Kafka-Topics-created-under-zookeeper-when-cluster-is/m-p/216006#M60280</guid>
      <dc:creator>mqureshi</dc:creator>
      <dc:date>2017-05-02T01:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: Are Kafka Topics created under zookeeper when cluster is kerberized and Ranger is enabled for authorization?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Are-Kafka-Topics-created-under-zookeeper-when-cluster-is/m-p/216007#M60281</link>
      <description>&lt;P&gt;hey &lt;A href="https://community.hortonworks.com/questions/100089/are-kafka-topics-created-under-zookeeper-when-clus.html#"&gt;@mqureshi&lt;/A&gt; thanks for providing the information. Apart from other zookeeper uses, so I assume the communication flow is to be like Producer will contact the zookeeper to get broker address and start producing messages to the brokers. Consumer will poll the brokers for messages and update the consumed message offset to Zookeeper.&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2017 18:19:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Are-Kafka-Topics-created-under-zookeeper-when-cluster-is/m-p/216007#M60281</guid>
      <dc:creator>techongig</dc:creator>
      <dc:date>2017-05-02T18:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: Are Kafka Topics created under zookeeper when cluster is kerberized and Ranger is enabled for authorization?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Are-Kafka-Topics-created-under-zookeeper-when-cluster-is/m-p/216008#M60282</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/16239/techongig.html" nodeid="16239"&gt;@Tech Gig&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Yes. If you see the directory structure in Zookeeper as described below, you will have a more clear idea. But your understanding is right:&lt;/P&gt;&lt;P&gt;&lt;A href="https://cwiki.apache.org/confluence/display/KAFKA/Kafka+data+structures+in+Zookeeper" target="_blank"&gt;https://cwiki.apache.org/confluence/display/KAFKA/Kafka+data+structures+in+Zookeeper&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2017 20:50:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Are-Kafka-Topics-created-under-zookeeper-when-cluster-is/m-p/216008#M60282</guid>
      <dc:creator>mqureshi</dc:creator>
      <dc:date>2017-05-02T20:50:47Z</dc:date>
    </item>
  </channel>
</rss>

