<?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: Zerobus Connector Issue in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/zerobus-connector-issue/m-p/143672#M52216</link>
    <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/206414"&gt;@HarishKumarM&lt;/a&gt;&amp;nbsp;, I did some digging and found some helpful information to help you troubleshoot.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;What the error means&lt;/P&gt;
&lt;P class="p1"&gt;Your workspace isn’t currently enrolled in the Zerobus Ingest preview. Even though Zerobus is labeled a Public Preview, it’s still gated. Workspaces have to be explicitly enrolled by Databricks before the SDK is allowed to create a stream.&lt;/P&gt;
&lt;P class="p1"&gt;That’s exactly why you’re seeing: “The workspace is not enrolled in Zerobus gated preview.”&lt;/P&gt;
&lt;P class="p1"&gt;Enrollment is handled per workspace through Databricks’ Preview Portal (an internal workflow). Until your specific workspace ID is approved and enrolled, Zerobus endpoints will consistently return UNAUTHENTICATED at stream creation time — which matches the behavior you’re hitting.&lt;/P&gt;
&lt;P class="p1"&gt;You can reach out to your account team to see if you can get enrolled in the program.&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;Hope this helps, Louis.&lt;/P&gt;</description>
    <pubDate>Mon, 12 Jan 2026 06:28:44 GMT</pubDate>
    <dc:creator>Louis_Frolio</dc:creator>
    <dc:date>2026-01-12T06:28:44Z</dc:date>
    <item>
      <title>Zerobus Connector Issue</title>
      <link>https://community.databricks.com/t5/data-engineering/zerobus-connector-issue/m-p/143671#M52215</link>
      <description>&lt;P&gt;I was trying to implement the example posted on the below link for Zerobus connector to test its functionality on my free edition workspace but unfortunately I am getting below error.&lt;BR /&gt;&lt;BR /&gt;Reference Code:&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/ingestion/zerobus-ingest" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/azure/databricks/ingestion/zerobus-ingest&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ERROR:zerobus_sdk:Non-retriable gRPC error during stream creation: &amp;lt;_MultiThreadedRendezvous of RPC that terminated with: status = StatusCode.UNAUTHENTICATED details = "{"X-Databricks-Reason-Phrase":"The workspace is not enrolled in Zerobus gated preview."}" debug_error_string = "UNKNOWN:Error received from peer {grpc_message:"{\"X-Databricks-Reason-Phrase\":\"The workspace is not enrolled in Zerobus gated preview.\"}", grpc_status:16, created_time:"2026-01-12T05:53:00.344531824+00:00"}" &amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;NonRetriableException: &lt;/SPAN&gt;Failed to create a stream: &amp;lt;_MultiThreadedRendezvous of RPC that terminated with: status = StatusCode.UNAUTHENTICATED details = "{"X-Databricks-Reason-Phrase":"The workspace is not enrolled in Zerobus gated preview."}" debug_error_string = "UNKNOWN:Error received from peer {grpc_message:"{\"X-Databricks-Reason-Phrase\":\"The workspace is not enrolled in Zerobus gated preview.\"}", grpc_status:16, created_time:"2026-01-12T05:53:00.344531824+00:00"}" &amp;gt; [Trace ID: 00-cee668017de7f9828752880d8db851f6-eb07a5831899d118-00]&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;File &lt;SPAN class=""&gt;/local_disk0/.ephemeral_nfs/envs/pythonEnv-d6b2707d-4ceb-4202-b9ff-a67b95c58c42/lib/python3.12/site-packages/zerobus/sdk/sync/zerobus_sdk.py:261&lt;/SPAN&gt;, in &lt;SPAN class=""&gt;ZerobusStream.__create_stream&lt;/SPAN&gt;&lt;SPAN class=""&gt;(self)&lt;/SPAN&gt; &lt;SPAN&gt;260&lt;/SPAN&gt; &lt;SPAN class=""&gt;if&lt;/SPAN&gt; &lt;SPAN&gt;self&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;__stream_created_exception: &lt;SPAN class=""&gt;--&amp;gt; 261&lt;/SPAN&gt; &lt;SPAN class=""&gt;raise&lt;/SPAN&gt; &lt;SPAN&gt;self&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;__stream_created_exception &lt;SPAN&gt;262&lt;/SPAN&gt; &lt;SPAN class=""&gt;if&lt;/SPAN&gt; &lt;SPAN class=""&gt;not&lt;/SPAN&gt; success_stream:&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;HR /&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;File &lt;SPAN class=""&gt;/local_disk0/.ephemeral_nfs/envs/pythonEnv-d6b2707d-4ceb-4202-b9ff-a67b95c58c42/lib/python3.12/site-packages/zerobus/sdk/sync/zerobus_sdk.py:275&lt;/SPAN&gt;, in &lt;SPAN class=""&gt;ZerobusStream.__create_stream&lt;/SPAN&gt;&lt;SPAN class=""&gt;(self)&lt;/SPAN&gt; &lt;SPAN&gt;272&lt;/SPAN&gt; &lt;SPAN class=""&gt;if&lt;/SPAN&gt; e&lt;SPAN&gt;.&lt;/SPAN&gt;code() &lt;SPAN class=""&gt;in&lt;/SPAN&gt; NOT_RETRIABLE_GRPC_CODES: &lt;SPAN&gt;273&lt;/SPAN&gt; &lt;SPAN&gt;# Non-retriable gRPC errors&lt;/SPAN&gt; &lt;SPAN&gt;274&lt;/SPAN&gt; logger&lt;SPAN&gt;.&lt;/SPAN&gt;error(&lt;SPAN&gt;f&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;Non-retriable gRPC error during stream creation: &lt;/SPAN&gt;&lt;SPAN class=""&gt;{&lt;/SPAN&gt;&lt;SPAN&gt;str&lt;/SPAN&gt;(e)&lt;SPAN class=""&gt;}&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;) &lt;SPAN class=""&gt;--&amp;gt; 275&lt;/SPAN&gt; &lt;SPAN class=""&gt;raise&lt;/SPAN&gt; NonRetriableException(&lt;SPAN&gt;f&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;Failed to create a stream: &lt;/SPAN&gt;&lt;SPAN class=""&gt;{&lt;/SPAN&gt;&lt;SPAN&gt;str&lt;/SPAN&gt;(e)&lt;SPAN class=""&gt;}&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;) &lt;SPAN class=""&gt;from&lt;/SPAN&gt; &lt;SPAN class=""&gt;e&lt;/SPAN&gt; &lt;SPAN&gt;276&lt;/SPAN&gt; &lt;SPAN class=""&gt;else&lt;/SPAN&gt;: &lt;SPAN&gt;277&lt;/SPAN&gt; &lt;SPAN&gt;# Retriable gRPC errors&lt;/SPAN&gt; &lt;SPAN&gt;278&lt;/SPAN&gt; logger&lt;SPAN&gt;.&lt;/SPAN&gt;error(&lt;SPAN&gt;f&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;Retriable gRPC error during stream creation: &lt;/SPAN&gt;&lt;SPAN class=""&gt;{&lt;/SPAN&gt;&lt;SPAN&gt;str&lt;/SPAN&gt;(e)&lt;SPAN class=""&gt;}&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;)&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 12 Jan 2026 06:13:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/zerobus-connector-issue/m-p/143671#M52215</guid>
      <dc:creator>HarishKumarM</dc:creator>
      <dc:date>2026-01-12T06:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Zerobus Connector Issue</title>
      <link>https://community.databricks.com/t5/data-engineering/zerobus-connector-issue/m-p/143672#M52216</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/206414"&gt;@HarishKumarM&lt;/a&gt;&amp;nbsp;, I did some digging and found some helpful information to help you troubleshoot.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;What the error means&lt;/P&gt;
&lt;P class="p1"&gt;Your workspace isn’t currently enrolled in the Zerobus Ingest preview. Even though Zerobus is labeled a Public Preview, it’s still gated. Workspaces have to be explicitly enrolled by Databricks before the SDK is allowed to create a stream.&lt;/P&gt;
&lt;P class="p1"&gt;That’s exactly why you’re seeing: “The workspace is not enrolled in Zerobus gated preview.”&lt;/P&gt;
&lt;P class="p1"&gt;Enrollment is handled per workspace through Databricks’ Preview Portal (an internal workflow). Until your specific workspace ID is approved and enrolled, Zerobus endpoints will consistently return UNAUTHENTICATED at stream creation time — which matches the behavior you’re hitting.&lt;/P&gt;
&lt;P class="p1"&gt;You can reach out to your account team to see if you can get enrolled in the program.&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;Hope this helps, Louis.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jan 2026 06:28:44 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/zerobus-connector-issue/m-p/143672#M52216</guid>
      <dc:creator>Louis_Frolio</dc:creator>
      <dc:date>2026-01-12T06:28:44Z</dc:date>
    </item>
  </channel>
</rss>

