<?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 Understanding the EventProcessedUtcTime and EventEnqueuedUtcTime columns to add the destination in Eventstream</title>
    <link>https://community.fabric.microsoft.com/t5/Eventstream/Understanding-the-EventProcessedUtcTime-and-EventEnqueuedUtcTime/m-p/4252612#M222</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;when for an Evenstream I use an Azure Event Hubs as a source and a KQL database as a destination, I can add the&amp;nbsp;EventProcessedUtcTime and EventEnqueuedUtcTime columns to the KQL table.&lt;/P&gt;&lt;P&gt;I'd like to understand better&amp;nbsp;the usefulness of these two data.&lt;/P&gt;&lt;P&gt;Any suggests to me, please? Thanks&lt;/P&gt;</description>
    <pubDate>Tue, 22 Oct 2024 13:02:45 GMT</pubDate>
    <dc:creator>pmscorca</dc:creator>
    <dc:date>2024-10-22T13:02:45Z</dc:date>
    <item>
      <title>Understanding the EventProcessedUtcTime and EventEnqueuedUtcTime columns to add the destination</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/Understanding-the-EventProcessedUtcTime-and-EventEnqueuedUtcTime/m-p/4252612#M222</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;when for an Evenstream I use an Azure Event Hubs as a source and a KQL database as a destination, I can add the&amp;nbsp;EventProcessedUtcTime and EventEnqueuedUtcTime columns to the KQL table.&lt;/P&gt;&lt;P&gt;I'd like to understand better&amp;nbsp;the usefulness of these two data.&lt;/P&gt;&lt;P&gt;Any suggests to me, please? Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 13:02:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/Understanding-the-EventProcessedUtcTime-and-EventEnqueuedUtcTime/m-p/4252612#M222</guid>
      <dc:creator>pmscorca</dc:creator>
      <dc:date>2024-10-22T13:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding the EventProcessedUtcTime and EventEnqueuedUtcTime columns to add the destination</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/Understanding-the-EventProcessedUtcTime-and-EventEnqueuedUtcTime/m-p/4253283#M223</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="719515" data-lia-user-login="pmscorca" class="lia-mention lia-mention-user"&gt;pmscorca&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. EventProcessedUtcTime:&lt;BR /&gt;This column records the exact time when the event was processed by your system. It is useful for monitoring the processing latency and ensuring that your event processing pipeline is functioning as expected. By comparing this timestamp with the EventEnqueuedUtcTime, you can measure the time it takes for an event to be processed after it has been received.&lt;/P&gt;
&lt;P&gt;2. EventEnqueuedUtcTime:&lt;BR /&gt;This column captures the time when the event was received by Azure Event Hubs. It is crucial for tracking the arrival time of events and can help in identifying any delays or bottlenecks in the event ingestion process. This timestamp is particularly useful for time-based analysis and for ensuring that events are processed in the correct order.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For more details, please refer:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/stream-analytics/stream-analytics-define-inputs" target="_blank"&gt;Stream data as input into Azure Stream Analytics - Azure Stream Analytics | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Neeko Tang&lt;/P&gt;
&lt;P&gt;If this post  &lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution &lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 01:42:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/Understanding-the-EventProcessedUtcTime-and-EventEnqueuedUtcTime/m-p/4253283#M223</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-10-23T01:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding the EventProcessedUtcTime and EventEnqueuedUtcTime columns to add the destination</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/Understanding-the-EventProcessedUtcTime-and-EventEnqueuedUtcTime/m-p/4254756#M225</link>
      <description>&lt;P&gt;Hi, thanks for your reply.&lt;/P&gt;&lt;P&gt;I understand that&amp;nbsp;EventProcessedUtcTime represents the Eventstream processing time of an event entered from Azure Event Hubs: it is ok for me.&lt;/P&gt;&lt;P&gt;I have a doubt about the meaning of&amp;nbsp;&lt;SPAN&gt;EventEnqueuedUtcTime: is it the time when the event enters in Azure Event Hubs or is it the time when the event enters in Eventstream from Azure Event Hubs?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Both these two times could be&amp;nbsp;very very close to each other, but however they are different between them.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 16:24:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/Understanding-the-EventProcessedUtcTime-and-EventEnqueuedUtcTime/m-p/4254756#M225</guid>
      <dc:creator>pmscorca</dc:creator>
      <dc:date>2024-10-23T16:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding the EventProcessedUtcTime and EventEnqueuedUtcTime columns to add the destination</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/Understanding-the-EventProcessedUtcTime-and-EventEnqueuedUtcTime/m-p/4255612#M227</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="719515" data-lia-user-login="pmscorca" class="lia-mention lia-mention-user"&gt;pmscorca&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This timestamp represents the exact time when the event is received by Azure Event Hubs, not when it enters Eventstream from Azure Event Hubs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Neeko Tang&lt;/P&gt;
&lt;P&gt;If this post  &lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;EM&gt;Accept it as the solution &lt;/EM&gt;&lt;/STRONG&gt; to help the other members find it more quickly.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2024 06:16:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/Understanding-the-EventProcessedUtcTime-and-EventEnqueuedUtcTime/m-p/4255612#M227</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-10-24T06:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding the EventProcessedUtcTime and EventEnqueuedUtcTime columns to add the destination</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/Understanding-the-EventProcessedUtcTime-and-EventEnqueuedUtcTime/m-p/4255753#M228</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;ok, but is&amp;nbsp;&lt;SPAN&gt;EventEnqueuedUtcTime registered inside Azure Event Hubs?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Having this timestamp in Eventstream it seems having a&amp;nbsp;redundant information, isn't it?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2024 07:18:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/Understanding-the-EventProcessedUtcTime-and-EventEnqueuedUtcTime/m-p/4255753#M228</guid>
      <dc:creator>pmscorca</dc:creator>
      <dc:date>2024-10-24T07:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding the EventProcessedUtcTime and EventEnqueuedUtcTime columns to add the destination</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/Understanding-the-EventProcessedUtcTime-and-EventEnqueuedUtcTime/m-p/4257124#M230</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="719515" data-lia-user-login="pmscorca" class="lia-mention lia-mention-user"&gt;pmscorca&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, the EventEnqueuedUtcTime is indeed registered inside Azure Event Hubs. This timestamp is set by Azure Event Hubs when the event is enqueued in the Event Hub partition.&lt;/P&gt;
&lt;P&gt;While it might seem redundant to have this information in Eventstream, it serves a specific purpose. By including the `EventEnqueuedUtcTime` in your Eventstream data, you can directly compare it with the `EventProcessedUtcTime` to measure the end-to-end latency of your event processing pipeline. This comparison helps you identify and troubleshoot any delays or bottlenecks between the time an event is received by Azure Event Hubs and the time it is processed by your application.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/stream-analytics/stream-analytics-time-handling" target="_blank"&gt;Understand time handling in Azure Stream Analytics - Azure Stream Analytics | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/dotnet/api/azure.messaging.eventhubs.eventdata.enqueuedtime?view=azure-dotnet" target="_blank"&gt;EventData.EnqueuedTime Property (Azure.Messaging.EventHubs) - Azure for .NET Developers | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Neeko Tang&lt;/P&gt;
&lt;P&gt;If this post &lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt; to help the other members find it more quickly.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2024 01:46:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/Understanding-the-EventProcessedUtcTime-and-EventEnqueuedUtcTime/m-p/4257124#M230</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-10-25T01:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding the EventProcessedUtcTime and EventEnqueuedUtcTime columns to add the destination</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/Understanding-the-EventProcessedUtcTime-and-EventEnqueuedUtcTime/m-p/4257512#M232</link>
      <description>&lt;P&gt;Hi, thanks.&lt;/P&gt;&lt;P&gt;This is an important phrase:&amp;nbsp;the EventEnqueuedUtcTime timestamp is registered in Azure Event Hubs and reported in Eventstream, maintaning the same value.&lt;/P&gt;&lt;P&gt;Having this timestamp in Eventstream can be convenient in order to avoid to check the relative value in Azure Event Hubs, that is out of Eventstream.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2024 06:46:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/Understanding-the-EventProcessedUtcTime-and-EventEnqueuedUtcTime/m-p/4257512#M232</guid>
      <dc:creator>pmscorca</dc:creator>
      <dc:date>2024-10-25T06:46:34Z</dc:date>
    </item>
  </channel>
</rss>

