Skip to content

Commit ae12738

Browse files
authored
update with EO feature
1 parent 6c3e5f1 commit ae12738

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

articles/stream-analytics/event-hubs-output.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Event Hubs output from Azure Stream Analytics
33
description: This article describes how to output data from Azure Stream Analytics to Azure Event Hubs.
4-
author: enkrumah
5-
ms.author: ebnkruma
4+
author: an-emma
5+
ms.author: raan
66
ms.service: stream-analytics
77
ms.topic: conceptual
8-
ms.date: 09/23/2020
8+
ms.date: 02/27/2023
99
---
1010
# Event Hubs output from Azure Stream Analytics
1111

@@ -57,6 +57,12 @@ The following image is of the expected output message properties inspected in Ev
5757

5858
:::image type="content" source="media/event-hubs-output/custom-properties.png" alt-text="Event custom properties":::
5959

60+
## Exactly Once Delivery
61+
62+
Exactly once delivery is supported in Event Hub output by default. Regardless of your input, Stream Analytics guarantees no data loss or no duplicates in Event Hub output, across user-initiated restarts from last output time, preventing duplicates from being produced. This greatly simplifies the streaming pipeline by not having to monitor, implement, and troubleshoot deduplication logic.
63+
64+
Please note that exactly once delivery is not supported when the partition key is specified.
65+
6066
## Next steps
6167

6268
* [Use managed identities to access Event Hub from an Azure Stream Analytics job (Preview)](event-hubs-managed-identity.md)

0 commit comments

Comments
 (0)