Skip to content

Commit 3f22042

Browse files
Merge pull request #226297 from kasun04/main
Fix Kafka Connect docs
2 parents d13ed0d + 9d6da08 commit 3f22042

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

articles/event-hubs/event-hubs-kafka-connect-tutorial.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,8 @@ ms.date: 11/03/2022
1313
1414
> [!WARNING]
1515
> Use of the Apache Kafka Connect framework and its connectors is **not eligible for product support through Microsoft Azure**.
16-
>
17-
> Apache Kafka Connect assumes for its dynamic configuration to be held in compacted topics with otherwise unlimited retention. Azure Event Hubs [does not implement compaction as a broker feature](event-hubs-federation-overview.md#log-projections) and always imposes a time-based retention limit on retained events, rooting from the principle that Azure Event Hubs is a real-time event streaming engine and not a long-term data or configuration store.
18-
>
19-
> While the Apache Kafka project might be comfortable with mixing these roles, Azure believes that such information is best managed in a proper database or configuration store.
20-
>
21-
> Many Apache Kafka Connect scenarios will be functional, but these conceptual differences between Apache Kafka's and Azure Event Hubs' retention models may cause certain configurations to not work as expected.
16+
> Kafka Connect feature relies on Kafka Log compaction feature to fully function. [Log Compaction](./log-compaction.md) feature is currently available as a preview. Hence, Kafka Connect support is also in the preview state.
17+
2218

2319
This tutorial walks you through integrating Kafka Connect with an event hub and deploying basic FileStreamSource and FileStreamSink connectors. This feature is currently in preview. While these connectors are not meant for production use, they demonstrate an end-to-end Kafka Connect scenario where Azure Event Hubs acts as a Kafka broker.
2420

0 commit comments

Comments
 (0)