<?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>topic Is there support for Confluent Kafka  in databricks free edition in Databricks Free Edition Help</title>
    <link>https://community.databricks.com/t5/databricks-free-edition-help/is-there-support-for-confluent-kafka-in-databricks-free-edition/m-p/147109#M664</link>
    <description>&lt;P&gt;I want to do a streaming POC using trial version of Confluent Kafka.&lt;/P&gt;&lt;P&gt;Will databricks free edition support it?&lt;/P&gt;</description>
    <pubDate>Fri, 06 Feb 2026 15:42:43 GMT</pubDate>
    <dc:creator>Suresh_Ulhasnag</dc:creator>
    <dc:date>2026-02-06T15:42:43Z</dc:date>
    <item>
      <title>Is there support for Confluent Kafka  in databricks free edition</title>
      <link>https://community.databricks.com/t5/databricks-free-edition-help/is-there-support-for-confluent-kafka-in-databricks-free-edition/m-p/147109#M664</link>
      <description>&lt;P&gt;I want to do a streaming POC using trial version of Confluent Kafka.&lt;/P&gt;&lt;P&gt;Will databricks free edition support it?&lt;/P&gt;</description>
      <pubDate>Fri, 06 Feb 2026 15:42:43 GMT</pubDate>
      <guid>https://community.databricks.com/t5/databricks-free-edition-help/is-there-support-for-confluent-kafka-in-databricks-free-edition/m-p/147109#M664</guid>
      <dc:creator>Suresh_Ulhasnag</dc:creator>
      <dc:date>2026-02-06T15:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: Is there support for Confluent Kafka  in databricks free edition</title>
      <link>https://community.databricks.com/t5/databricks-free-edition-help/is-there-support-for-confluent-kafka-in-databricks-free-edition/m-p/147773#M665</link>
      <description>&lt;P&gt;You &lt;STRONG&gt;CAN&lt;/STRONG&gt; use Confluent Kafka in Databricks Free Edition, but only for &lt;STRONG&gt;micro-batch processing&lt;/STRONG&gt; (not continuous real-time streaming). If you need true real-time continuous streaming with ProcessingTime triggers, you'll need a paid plan with classic compute.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2026 19:54:05 GMT</pubDate>
      <guid>https://community.databricks.com/t5/databricks-free-edition-help/is-there-support-for-confluent-kafka-in-databricks-free-edition/m-p/147773#M665</guid>
      <dc:creator>AbhaySingh</dc:creator>
      <dc:date>2026-02-09T19:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Is there support for Confluent Kafka  in databricks free edition</title>
      <link>https://community.databricks.com/t5/databricks-free-edition-help/is-there-support-for-confluent-kafka-in-databricks-free-edition/m-p/147790#M666</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/41118"&gt;@Suresh_Ulhasnag&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Yes it's supported. You can have a look at my github repo:&amp;nbsp;&lt;A href="https://github.com/cloud-data-engineer/data/blob/main/dlt_telco/docs/README.md" target="_blank"&gt;https://github.com/cloud-data-engineer/data/blob/main/dlt_telco/docs/README.md&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;In bronze layer I am connecting to Confluent Kafka:&amp;nbsp;&lt;A href="https://github.com/cloud-data-engineer/data/blob/main/dlt_telco/src/bronze.py" target="_blank"&gt;https://github.com/cloud-data-engineer/data/blob/main/dlt_telco/src/bronze.py&lt;/A&gt;&lt;BR /&gt;You can see example setup there, i.e.:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;# Configure Kafka security options
KAFKA_SECURITY_OPTIONS = {
    "kafka.security.protocol": "SASL_SSL",
    "kafka.sasl.mechanism": "PLAIN",
    "kafka.sasl.jaas.config": f"org.apache.kafka.common.security.plain.PlainLoginModule required username='{api_key}' password='{api_secret}';",
}&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 09 Feb 2026 21:26:14 GMT</pubDate>
      <guid>https://community.databricks.com/t5/databricks-free-edition-help/is-there-support-for-confluent-kafka-in-databricks-free-edition/m-p/147790#M666</guid>
      <dc:creator>Pat</dc:creator>
      <dc:date>2026-02-09T21:26:14Z</dc:date>
    </item>
  </channel>
</rss>

