<?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>article How to: Getting started with the Apache Kafka connector using Rest Proxy Server in Qlik Application Automation in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-Getting-started-with-the-Apache-Kafka-connector-using/ta-p/1975628</link>
    <description>&lt;P&gt;This article provides an overview of the available blocks in the Apache Kafka connector in Qlik Application Automation.&lt;/P&gt;
&lt;P&gt;Apache Kafka is an open-source distributed event streaming platform used by thousands of companies for high-performance data pipelines, streaming analytics, data integration, and mission-critical applications.&lt;/P&gt;
&lt;H3&gt;&amp;nbsp;&lt;/H3&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Authentication&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;Authentication to Apache Kafka happens through Basic Authentication. To use this connector, you need to provide the username and password to your Rest Proxy Server. When you connect to Apache Kafka in Qlik Application Automation you will be presented with the following screen:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AK-ss1.png" style="width: 753px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/92909i81CD5B52839AAB79/image-size/large?v=v2&amp;amp;px=999" role="button" title="AK-ss1.png" alt="AK-ss1.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;H3&gt;&amp;nbsp;&lt;/H3&gt;
&lt;H3 id="toc-hId--520725580"&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Available blocks&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;&lt;SPAN&gt;The blocks that are available in the Apache Kafka connector focus on Producing events to topics in the Apache Kafka cluster.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AK-list of blocks.png" style="width: 421px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/88042iCCCF634994159976/image-size/large?v=v2&amp;amp;px=999" role="button" title="AK-list of blocks.png" alt="AK-list of blocks.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;Get Broker&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;List Brokers&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Delete Broker&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Get Cluster&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;List Clusters&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Create Topic&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Get Topic&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;List Topics&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Delete Topic&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Produce Event&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3 id="toc-hId--522489945"&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Working with the Apache Kafka blocks&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;Apache Kafka blocks make use of the Confluent Rest Proxy APIs to&amp;nbsp;&lt;SPAN&gt;produce and consume messages from an Apache Kafka cluster.&lt;/SPAN&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Follow this&amp;nbsp;&lt;A href="https://developer.confluent.io/get-started/rest/?_ga=2.45459296.552417319.1662009877-401485582.1660199039&amp;amp;_gac=1.45546838.1660199312.Cj0KCQjwrs2XBhDjARIsAHVymmSx9ZOG57SKK0MBDOcqTXYyR0wu_bEIfWarfGGSxjzANOXnIdMi75saAoZAEALw_wcB" target="_self"&gt;step-by-step guide&lt;/A&gt;&amp;nbsp;to set up your &lt;STRONG&gt;Confluent Rest Proxy API&lt;/STRONG&gt;. Make sure you have an active cluster before proceeding.&lt;/LI&gt;
&lt;LI&gt;Use the &lt;STRONG&gt;Get Cluster&lt;/STRONG&gt; and &lt;STRONG&gt;List Cluster&lt;/STRONG&gt; blocks to get basic information about your cluster.&lt;/LI&gt;
&lt;LI&gt;Create a topic in your cluster using the &lt;STRONG&gt;Create Topic&lt;/STRONG&gt; block from which you will produce and consume the messages.&lt;/LI&gt;
&lt;LI&gt;You can make use of the &lt;STRONG&gt;Produce Event&lt;/STRONG&gt; block to produce messages/data to the Topic.&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3 id="toc-hId--522489945"&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Apache Kafka Use Case:&amp;nbsp;&lt;U&gt;Enabling Users To Perform Reverse ETL&lt;/U&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;Some companies may already use Apache Kafka for application integration challenges. Applications push and pull data from specific topics to communicate with one another.&amp;nbsp;This solves the issues where each application has to talk to every other application. It is identical to what a service bus would do.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ap-uc-2.png" style="width: 645px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/92897iCDD7E836046DE71B/image-size/large?v=v2&amp;amp;px=999" role="button" title="ap-uc-2.png" alt="ap-uc-2.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;We can publish messages to a Kafka topic that can be picked up by a customer's operational systems.&lt;/LI&gt;
&lt;LI&gt;It can be multiple systems at once, for example, their CRMs and ERP applications.&lt;/LI&gt;
&lt;LI&gt;It can be a single application (might be an on-premises system and we might not have a connector).&lt;/LI&gt;
&lt;LI&gt;Operational systems would be consumers on topics we publish to.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ap-uc-3.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/92898i10348057439D35D1/image-size/large?v=v2&amp;amp;px=999" role="button" title="ap-uc-3.png" alt="ap-uc-3.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style="font-style: italic;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="font-style: italic;"&gt;The information in this article is provided as-is and is to be used at your own discretion. Depending on the tool(s) used, customization(s), and/or other factors ongoing support on the solution below may not be provided by Qlik Support.&lt;/P&gt;</description>
    <pubDate>Wed, 09 Nov 2022 13:14:01 GMT</pubDate>
    <dc:creator>Ankit_KSingh</dc:creator>
    <dc:date>2022-11-09T13:14:01Z</dc:date>
    <item>
      <title>How to: Getting started with the Apache Kafka connector using Rest Proxy Server in Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-Getting-started-with-the-Apache-Kafka-connector-using/ta-p/1975628</link>
      <description>&lt;P&gt;This article provides an overview of the available blocks in the Apache Kafka connector in Qlik Application Automation.&lt;/P&gt;
&lt;P&gt;Apache Kafka is an open-source distributed event streaming platform used by thousands of companies for high-performance data pipelines, streaming analytics, data integration, and mission-critical applications.&lt;/P&gt;
&lt;H3&gt;&amp;nbsp;&lt;/H3&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Authentication&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;Authentication to Apache Kafka happens through Basic Authentication. To use this connector, you need to provide the username and password to your Rest Proxy Server. When you connect to Apache Kafka in Qlik Application Automation you will be presented with the following screen:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AK-ss1.png" style="width: 753px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/92909i81CD5B52839AAB79/image-size/large?v=v2&amp;amp;px=999" role="button" title="AK-ss1.png" alt="AK-ss1.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;H3&gt;&amp;nbsp;&lt;/H3&gt;
&lt;H3 id="toc-hId--520725580"&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Available blocks&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;&lt;SPAN&gt;The blocks that are available in the Apache Kafka connector focus on Producing events to topics in the Apache Kafka cluster.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AK-list of blocks.png" style="width: 421px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/88042iCCCF634994159976/image-size/large?v=v2&amp;amp;px=999" role="button" title="AK-list of blocks.png" alt="AK-list of blocks.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;Get Broker&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;List Brokers&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Delete Broker&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Get Cluster&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;List Clusters&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Create Topic&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Get Topic&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;List Topics&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Delete Topic&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Produce Event&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3 id="toc-hId--522489945"&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Working with the Apache Kafka blocks&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;Apache Kafka blocks make use of the Confluent Rest Proxy APIs to&amp;nbsp;&lt;SPAN&gt;produce and consume messages from an Apache Kafka cluster.&lt;/SPAN&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Follow this&amp;nbsp;&lt;A href="https://developer.confluent.io/get-started/rest/?_ga=2.45459296.552417319.1662009877-401485582.1660199039&amp;amp;_gac=1.45546838.1660199312.Cj0KCQjwrs2XBhDjARIsAHVymmSx9ZOG57SKK0MBDOcqTXYyR0wu_bEIfWarfGGSxjzANOXnIdMi75saAoZAEALw_wcB" target="_self"&gt;step-by-step guide&lt;/A&gt;&amp;nbsp;to set up your &lt;STRONG&gt;Confluent Rest Proxy API&lt;/STRONG&gt;. Make sure you have an active cluster before proceeding.&lt;/LI&gt;
&lt;LI&gt;Use the &lt;STRONG&gt;Get Cluster&lt;/STRONG&gt; and &lt;STRONG&gt;List Cluster&lt;/STRONG&gt; blocks to get basic information about your cluster.&lt;/LI&gt;
&lt;LI&gt;Create a topic in your cluster using the &lt;STRONG&gt;Create Topic&lt;/STRONG&gt; block from which you will produce and consume the messages.&lt;/LI&gt;
&lt;LI&gt;You can make use of the &lt;STRONG&gt;Produce Event&lt;/STRONG&gt; block to produce messages/data to the Topic.&lt;/LI&gt;
&lt;/OL&gt;
&lt;H3 id="toc-hId--522489945"&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Apache Kafka Use Case:&amp;nbsp;&lt;U&gt;Enabling Users To Perform Reverse ETL&lt;/U&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;Some companies may already use Apache Kafka for application integration challenges. Applications push and pull data from specific topics to communicate with one another.&amp;nbsp;This solves the issues where each application has to talk to every other application. It is identical to what a service bus would do.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ap-uc-2.png" style="width: 645px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/92897iCDD7E836046DE71B/image-size/large?v=v2&amp;amp;px=999" role="button" title="ap-uc-2.png" alt="ap-uc-2.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;We can publish messages to a Kafka topic that can be picked up by a customer's operational systems.&lt;/LI&gt;
&lt;LI&gt;It can be multiple systems at once, for example, their CRMs and ERP applications.&lt;/LI&gt;
&lt;LI&gt;It can be a single application (might be an on-premises system and we might not have a connector).&lt;/LI&gt;
&lt;LI&gt;Operational systems would be consumers on topics we publish to.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ap-uc-3.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/92898i10348057439D35D1/image-size/large?v=v2&amp;amp;px=999" role="button" title="ap-uc-3.png" alt="ap-uc-3.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style="font-style: italic;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="font-style: italic;"&gt;The information in this article is provided as-is and is to be used at your own discretion. Depending on the tool(s) used, customization(s), and/or other factors ongoing support on the solution below may not be provided by Qlik Support.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 13:14:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-Getting-started-with-the-Apache-Kafka-connector-using/ta-p/1975628</guid>
      <dc:creator>Ankit_KSingh</dc:creator>
      <dc:date>2022-11-09T13:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to: Getting started with the Apache Kafka connector using Rest Proxy Server in Qlik Application Automation</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-Getting-started-with-the-Apache-Kafka-connector-using/tac-p/2512719#M15639</link>
      <description>&lt;P&gt;Any plans to add the ability to allow Application Automation to consume messages?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;One (simplified) case being a datawarehouse / datalake publishes messages to kafka on data being ready for app refresh - and triggering that using Application Automation?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2025 09:29:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-Getting-started-with-the-Apache-Kafka-connector-using/tac-p/2512719#M15639</guid>
      <dc:creator>hornstrup</dc:creator>
      <dc:date>2025-04-02T09:29:25Z</dc:date>
    </item>
  </channel>
</rss>

