<?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: trying to send data from a stream table to an azure event hub in a serverless cluster in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/trying-to-send-data-from-a-stream-table-to-an-azure-event-hub-in/m-p/156511#M54439</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/220925"&gt;@Areqio&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;&lt;P&gt;Yes, you can use Azure event hubs through its Kafka compatible endpoint and&amp;nbsp;not the azure-eventhubs-spark / azure-eventhub connector. JVM libraries are not allowed in LSDP and event hubs should be accessed through the built in Spark Kafka connector.&lt;/P&gt;&lt;P&gt;For writing from a streaming table to event hubs, you use the pipeline sink API with format = "kafka" and an append_flow.&lt;/P&gt;&lt;P&gt;The event hub name is used as the Kafka topic and the&amp;nbsp;namespace is the Kafka bootstrap server on port 9093. Event hubs supports this Kafka endpoint in standard, premium and dedicated tiers not basic.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the Kafka writer, the outgoing dataframe must contain a value column and it can optionally contain key, topic, partition&amp;nbsp;and headers.&lt;/P&gt;&lt;P&gt;The only limitation is that the sink API is python only and supports streaming queries only and must be used through append_flow&amp;nbsp;and a full refresh does not clean up external sink data so replayed data can be appended again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 10 May 2026 15:27:05 GMT</pubDate>
    <dc:creator>amirabedhiafi</dc:creator>
    <dc:date>2026-05-10T15:27:05Z</dc:date>
    <item>
      <title>trying to send data from a stream table to an azure event hub in a serverless cluster</title>
      <link>https://community.databricks.com/t5/data-engineering/trying-to-send-data-from-a-stream-table-to-an-azure-event-hub-in/m-p/156467#M54429</link>
      <description>&lt;P&gt;Is there a way to stream data from &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Databricks&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;to Azure&amp;nbsp;event hubs in a serverless pipeline environment without using the azure-eventhub library, since it isn’t compatible with serverless pipelines, and instead rely solely on the Kafka-compatible interface?&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2026 18:49:39 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/trying-to-send-data-from-a-stream-table-to-an-azure-event-hub-in/m-p/156467#M54429</guid>
      <dc:creator>Areqio</dc:creator>
      <dc:date>2026-05-08T18:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: trying to send data from a stream table to an azure event hub in a serverless cluster</title>
      <link>https://community.databricks.com/t5/data-engineering/trying-to-send-data-from-a-stream-table-to-an-azure-event-hub-in/m-p/156511#M54439</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/220925"&gt;@Areqio&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;&lt;P&gt;Yes, you can use Azure event hubs through its Kafka compatible endpoint and&amp;nbsp;not the azure-eventhubs-spark / azure-eventhub connector. JVM libraries are not allowed in LSDP and event hubs should be accessed through the built in Spark Kafka connector.&lt;/P&gt;&lt;P&gt;For writing from a streaming table to event hubs, you use the pipeline sink API with format = "kafka" and an append_flow.&lt;/P&gt;&lt;P&gt;The event hub name is used as the Kafka topic and the&amp;nbsp;namespace is the Kafka bootstrap server on port 9093. Event hubs supports this Kafka endpoint in standard, premium and dedicated tiers not basic.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the Kafka writer, the outgoing dataframe must contain a value column and it can optionally contain key, topic, partition&amp;nbsp;and headers.&lt;/P&gt;&lt;P&gt;The only limitation is that the sink API is python only and supports streaming queries only and must be used through append_flow&amp;nbsp;and a full refresh does not clean up external sink data so replayed data can be appended again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 10 May 2026 15:27:05 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/trying-to-send-data-from-a-stream-table-to-an-azure-event-hub-in/m-p/156511#M54439</guid>
      <dc:creator>amirabedhiafi</dc:creator>
      <dc:date>2026-05-10T15:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: trying to send data from a stream table to an azure event hub in a serverless cluster</title>
      <link>https://community.databricks.com/t5/data-engineering/trying-to-send-data-from-a-stream-table-to-an-azure-event-hub-in/m-p/156690#M54469</link>
      <description>&lt;P&gt;Thank you for the reply! do you have a code example? I was able to do it for a delta table through a notebook in a serverless cluster using kafka, but cannot do it for a streaming table nor in a dlt pipeline&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2026 14:09:37 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/trying-to-send-data-from-a-stream-table-to-an-azure-event-hub-in/m-p/156690#M54469</guid>
      <dc:creator>Areqio</dc:creator>
      <dc:date>2026-05-12T14:09:37Z</dc:date>
    </item>
  </channel>
</rss>

