Skip to content

Commit 3b34d42

Browse files
Merge pull request #220816 from spelluru/patch-145
preview & not eligible for support
2 parents 4f93b7d + bf1b244 commit 3b34d42

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

articles/event-hubs/log-compaction.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
---
2-
title: Log compaction
2+
title: Log compaction in Azure Event Hubs
33
description: This article describes how the log compaction feature works in Event Hubs.
44
ms.topic: article
55
ms.date: 10/7/2022
66
ms.custom: ignite-2022
77
---
88

9-
# Log compaction
9+
# Log compaction in Azure Event Hubs (Preview)
1010

1111
Log compaction is a way of retaining data in Event Hubs using event key based retention. By default, each event hub/Kafka topic is created with time-based retention or *delete* cleanup policy, where events are purged upon the expiration of the retention time. Rather using coarser-grained time based retention, you can use event key-based retention mechanism where Event Hubs retrains the last known value for each event key of an event hub or a Kafka topic.
1212

1313
> [!NOTE]
14-
> Log compaction feature is available only in **premium** and **dedicated** tiers.
14+
> - This feature is currently in Preview.
15+
> - Log compaction feature is available only in **premium** and **dedicated** tiers.
16+
17+
> [!WARNING]
18+
> Use of the Log Compaction feature is **not eligible for product support through Microsoft Azure**.
1519
1620
As shown below, an event log (of an event hub partition) may have multiple events with the same key. If you're using a compacted event hub, then Event Hubs service will take care of purging old events and only keeping the latest events of a given event key.
1721

articles/event-hubs/use-log-compaction.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ In this article you'll, follow these key steps:
1515
- Consume events from a compacted event hub.
1616

1717
> [!NOTE]
18-
> Log compaction feature is available only in **premium** and **dedicated** tiers.
18+
> - This feature is currently in Preview.
19+
> - Log compaction feature is available only in **premium** and **dedicated** tiers.
20+
21+
> [!WARNING]
22+
> Use of the Log Compaction feature is **not eligible for product support through Microsoft Azure**.
1923
2024
## Create a compacted event hub/Kafka topic
2125
This section shows you how to create a compacted event hub using Azure portal and an Azure Resource Manager (ARM) template.

0 commit comments

Comments
 (0)