<?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: can you please explain the apache kafka lifecycle with sources and sinks? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/can-you-please-explain-the-apache-kafka-lifecycle-with/m-p/142555#M44139</link>
    <description>&lt;P&gt;As I don't know the answer to "what do you want to do", I invite you to take a peek at the responses to &lt;A href="https://community.hortonworks.com/questions/12787/how-to-integrate-kafka-to-pull-data-from-rdbms.html"&gt;https://community.hortonworks.com/questions/12787/how-to-integrate-kafka-to-pull-data-from-rdbms.html&lt;/A&gt; as it is along the same line of thinking (I believe). &lt;/P&gt;&lt;P&gt;Technically, Kafka does have a Connector API, &lt;A href="http://kafka.apache.org/documentation.html#connect,"&gt;http://kafka.apache.org/documentation.html#connect,&lt;/A&gt; which could theoretically could do what you are asking, but I do not know anyone who has done exactly that with Kafka (mostly folks doing more traditional pub/sub clients).  As for "in practice", I did a quick Google search for "kafka connect sql server" and found two non open-source solutions that work with Kafka Connect to do what you said, but it doesn't look like there is a completely open-source solution available at the moment. &lt;/P&gt;&lt;P&gt;On the Flume front, I think there is only a JDBC Channel, not a source or sink (at least not in 1.5.2 which ships with HDP 2.5).  I'm thinking NiFi (aka HDF) and/or Sqoop might be better tools for retrieving data from a RDBMS like SQL Server.&lt;/P&gt;</description>
    <pubDate>Tue, 25 Oct 2016 02:47:28 GMT</pubDate>
    <dc:creator>LesterMartin</dc:creator>
    <dc:date>2016-10-25T02:47:28Z</dc:date>
    <item>
      <title>can you please explain the apache kafka lifecycle with sources and sinks?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/can-you-please-explain-the-apache-kafka-lifecycle-with/m-p/142552#M44136</link>
      <description />
      <pubDate>Fri, 21 Oct 2016 10:38:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/can-you-please-explain-the-apache-kafka-lifecycle-with/m-p/142552#M44136</guid>
      <dc:creator>s_sandeep</dc:creator>
      <dc:date>2016-10-21T10:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: can you please explain the apache kafka lifecycle with sources and sinks?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/can-you-please-explain-the-apache-kafka-lifecycle-with/m-p/142553#M44137</link>
      <description>&lt;P&gt;Just to make sure we are in-step on nomenclature.  "Sources" and "Sinks" are &lt;A href="http://flume.apache.org" target="_blank"&gt;http://flume.apache.org&lt;/A&gt; terminology as &lt;A href="http://kafka.apache.org" target="_blank"&gt;http://kafka.apache.org&lt;/A&gt; is all about Publishers and Subscribers that interact through Topics (aka message queues) that are persisted in a Kafka Cluster.  If that makes sense and you just want to understand the interactions between Kafka publishers &amp;amp; subscribers then check out &lt;A href="http://kafka.apache.org/intro" target="_blank"&gt;http://kafka.apache.org/intro&lt;/A&gt; for some introductory material.&lt;/P&gt;&lt;P&gt;On the Flume front, it seems in 1.6.0 Kafka Source &amp;amp; Sink options became available as seen in the current (1.7.0) user guide at &lt;A href="https://flume.apache.org/FlumeUserGuide.html" target="_blank"&gt;https://flume.apache.org/FlumeUserGuide.html&lt;/A&gt;.  As a point of reference HDP 2.5 includes Flume 1.5.2 as detailed at &lt;A href="http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.5.0/bk_release-notes/content/ch_relnotes_v250.html" target="_blank"&gt;http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.5.0/bk_release-notes/content/ch_relnotes_v250.html&lt;/A&gt;, so that is not yet available via HDP.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2016 20:32:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/can-you-please-explain-the-apache-kafka-lifecycle-with/m-p/142553#M44137</guid>
      <dc:creator>LesterMartin</dc:creator>
      <dc:date>2016-10-21T20:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: can you please explain the apache kafka lifecycle with sources and sinks?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/can-you-please-explain-the-apache-kafka-lifecycle-with/m-p/142554#M44138</link>
      <description>&lt;P&gt;Tq &lt;A rel="user" href="https://community.cloudera.com/users/122/lmartin.html" nodeid="122"&gt;@Lester Martin&lt;/A&gt; ..!! is Apache kafka or Apache Flume supports SQL Server As A Source?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Oct 2016 11:09:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/can-you-please-explain-the-apache-kafka-lifecycle-with/m-p/142554#M44138</guid>
      <dc:creator>s_sandeep</dc:creator>
      <dc:date>2016-10-24T11:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: can you please explain the apache kafka lifecycle with sources and sinks?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/can-you-please-explain-the-apache-kafka-lifecycle-with/m-p/142555#M44139</link>
      <description>&lt;P&gt;As I don't know the answer to "what do you want to do", I invite you to take a peek at the responses to &lt;A href="https://community.hortonworks.com/questions/12787/how-to-integrate-kafka-to-pull-data-from-rdbms.html"&gt;https://community.hortonworks.com/questions/12787/how-to-integrate-kafka-to-pull-data-from-rdbms.html&lt;/A&gt; as it is along the same line of thinking (I believe). &lt;/P&gt;&lt;P&gt;Technically, Kafka does have a Connector API, &lt;A href="http://kafka.apache.org/documentation.html#connect,"&gt;http://kafka.apache.org/documentation.html#connect,&lt;/A&gt; which could theoretically could do what you are asking, but I do not know anyone who has done exactly that with Kafka (mostly folks doing more traditional pub/sub clients).  As for "in practice", I did a quick Google search for "kafka connect sql server" and found two non open-source solutions that work with Kafka Connect to do what you said, but it doesn't look like there is a completely open-source solution available at the moment. &lt;/P&gt;&lt;P&gt;On the Flume front, I think there is only a JDBC Channel, not a source or sink (at least not in 1.5.2 which ships with HDP 2.5).  I'm thinking NiFi (aka HDF) and/or Sqoop might be better tools for retrieving data from a RDBMS like SQL Server.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2016 02:47:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/can-you-please-explain-the-apache-kafka-lifecycle-with/m-p/142555#M44139</guid>
      <dc:creator>LesterMartin</dc:creator>
      <dc:date>2016-10-25T02:47:28Z</dc:date>
    </item>
  </channel>
</rss>

