<?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 Re: DLT Pipeline Failed to create new KafkaAdminClient SQLSTATE: XXKST: in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/dlt-pipeline-failed-to-create-new-kafkaadminclient-sqlstate/m-p/132649#M49584</link>
    <description>&lt;P&gt;Root Cause:&lt;/P&gt;&lt;P&gt;Required Kafka SCRAM login module JAR is missing from the managed DLT cluster environment. This typically happens after Databricks platform updates or cluster environment changes, which may remove previously available libraries from the runtime&lt;/P&gt;&lt;P&gt;Solution / Workaroundss:&lt;/P&gt;&lt;P&gt;Move the Kafka-consuming or -producing step out of DLT into a downstream Databricks notebook or Workflow task on an all-purpose cluster (where required libraries can be installed).&lt;/P&gt;&lt;P&gt;Example: First use DLT for ETL/transformation, write results to a Delta table, then use a separate notebook to read the table and interact with Kafka securely.&amp;nbsp;&lt;A href="https://community.databricks.com/t5/data-engineering/delta-live-tables-stream-output-to-kafka/td-p/77192" target="_blank"&gt;https://community.databricks.com/t5/data-engineering/delta-live-tables-stream-output-to-kafka/td-p/77192&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 22 Sep 2025 06:36:56 GMT</pubDate>
    <dc:creator>ManojkMohan</dc:creator>
    <dc:date>2025-09-22T06:36:56Z</dc:date>
    <item>
      <title>DLT Pipeline Failed to create new KafkaAdminClient SQLSTATE: XXKST:</title>
      <link>https://community.databricks.com/t5/data-engineering/dlt-pipeline-failed-to-create-new-kafkaadminclient-sqlstate/m-p/132642#M49582</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I encountered the error: &lt;STRONG&gt;No LoginModule found for org.apache.kafka.common.security.scram.ScramLoginModule&lt;/STRONG&gt; while consuming data from Kafka using a Databricks pipeline. The pipeline had been running smoothly before, but the error appeared on September 11. Upon quick investigation, I noticed that the DLT (Delta Live Table) compute cluster is missing the "scram login" module. I tried installing the Maven library (&lt;A target="_blank"&gt;org.apache.spark:spark-sql-kafka-0-10_2.12:3.5.2)&lt;/A&gt; on an all-purpose cluster, which fixed the issue. However, the DLT compute cluster does not allow Maven library installation. How can I resolve this issue?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Sep 2025 03:41:34 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/dlt-pipeline-failed-to-create-new-kafkaadminclient-sqlstate/m-p/132642#M49582</guid>
      <dc:creator>Hanfo2back</dc:creator>
      <dc:date>2025-09-22T03:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: DLT Pipeline Failed to create new KafkaAdminClient SQLSTATE: XXKST:</title>
      <link>https://community.databricks.com/t5/data-engineering/dlt-pipeline-failed-to-create-new-kafkaadminclient-sqlstate/m-p/132649#M49584</link>
      <description>&lt;P&gt;Root Cause:&lt;/P&gt;&lt;P&gt;Required Kafka SCRAM login module JAR is missing from the managed DLT cluster environment. This typically happens after Databricks platform updates or cluster environment changes, which may remove previously available libraries from the runtime&lt;/P&gt;&lt;P&gt;Solution / Workaroundss:&lt;/P&gt;&lt;P&gt;Move the Kafka-consuming or -producing step out of DLT into a downstream Databricks notebook or Workflow task on an all-purpose cluster (where required libraries can be installed).&lt;/P&gt;&lt;P&gt;Example: First use DLT for ETL/transformation, write results to a Delta table, then use a separate notebook to read the table and interact with Kafka securely.&amp;nbsp;&lt;A href="https://community.databricks.com/t5/data-engineering/delta-live-tables-stream-output-to-kafka/td-p/77192" target="_blank"&gt;https://community.databricks.com/t5/data-engineering/delta-live-tables-stream-output-to-kafka/td-p/77192&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Sep 2025 06:36:56 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/dlt-pipeline-failed-to-create-new-kafkaadminclient-sqlstate/m-p/132649#M49584</guid>
      <dc:creator>ManojkMohan</dc:creator>
      <dc:date>2025-09-22T06:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: DLT Pipeline Failed to create new KafkaAdminClient SQLSTATE: XXKST:</title>
      <link>https://community.databricks.com/t5/data-engineering/dlt-pipeline-failed-to-create-new-kafkaadminclient-sqlstate/m-p/132651#M49585</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/155141"&gt;@ManojkMohan&lt;/a&gt;.&amp;nbsp;&lt;SPAN&gt;Will this issue be fixed in the future? Currently, all downstream streaming tables are using DLT. Separating the Kafka consumer to use Workflow with a non-DLT compute cluster raises concerns about the complexity of organizing the data flow, especially since it is already operating in a production environment.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Sep 2025 06:59:02 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/dlt-pipeline-failed-to-create-new-kafkaadminclient-sqlstate/m-p/132651#M49585</guid>
      <dc:creator>Hanfo2back</dc:creator>
      <dc:date>2025-09-22T06:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: DLT Pipeline Failed to create new KafkaAdminClient SQLSTATE: XXKST:</title>
      <link>https://community.databricks.com/t5/data-engineering/dlt-pipeline-failed-to-create-new-kafkaadminclient-sqlstate/m-p/132653#M49587</link>
      <description>&lt;P&gt;For production teams already relying heavily on streaming tables within DLT, introducing a split pipeline with downstream all-purpose clusters can indeed increase orchestration complexity and operational overhead.&amp;nbsp;&lt;A href="https://www.databricks.com/blog/2025-dlt-update-intelligent-fully-governed-data-pipelines" target="_blank"&gt;https://www.databricks.com/blog/2025-dlt-update-intelligent-fully-governed-data-pipelines&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/5"&gt;@Sujitha&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/152834"&gt;@Advika&lt;/a&gt;&amp;nbsp; request your view on&amp;nbsp;ongoing Databricks platform releases for news on native DLT Kafka improvements&lt;/P&gt;&lt;P&gt;if strict separation causes issues, you may want to assess if an interim solution (e.g., using Delta tables as integration boundaries with workflow automation) balances resilience and manageability for your production setup&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Sep 2025 07:58:27 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/dlt-pipeline-failed-to-create-new-kafkaadminclient-sqlstate/m-p/132653#M49587</guid>
      <dc:creator>ManojkMohan</dc:creator>
      <dc:date>2025-09-22T07:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: DLT Pipeline Failed to create new KafkaAdminClient SQLSTATE: XXKST:</title>
      <link>https://community.databricks.com/t5/data-engineering/dlt-pipeline-failed-to-create-new-kafkaadminclient-sqlstate/m-p/132665#M49590</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/185571"&gt;@Hanfo2back&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;Can you please try changing SASL login string to use &lt;EM&gt;kafkashaded.org.apache.kafka.common.security.scram.ScramLoginModule&lt;/EM&gt; instead of &lt;EM&gt;org.apache.kafka.common.security.scram.ScramLoginModule&lt;/EM&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Sep 2025 11:10:12 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/dlt-pipeline-failed-to-create-new-kafkaadminclient-sqlstate/m-p/132665#M49590</guid>
      <dc:creator>Advika</dc:creator>
      <dc:date>2025-09-22T11:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: DLT Pipeline Failed to create new KafkaAdminClient SQLSTATE: XXKST:</title>
      <link>https://community.databricks.com/t5/data-engineering/dlt-pipeline-failed-to-create-new-kafkaadminclient-sqlstate/m-p/132666#M49591</link>
      <description>&lt;P&gt;Many thanks&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/152834"&gt;@Advika&lt;/a&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Sep 2025 11:24:09 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/dlt-pipeline-failed-to-create-new-kafkaadminclient-sqlstate/m-p/132666#M49591</guid>
      <dc:creator>Hanfo2back</dc:creator>
      <dc:date>2025-09-22T11:24:09Z</dc:date>
    </item>
  </channel>
</rss>

