Skip to content

Commit 57b1b0c

Browse files
committed
Cross links
1 parent c3a2196 commit 57b1b0c

8 files changed

+29
-112
lines changed

articles/event-hubs/event-hubs-for-kafka-ecosystem-overview.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -90,16 +90,6 @@ Here is the list of Kafka features that are not yet supported:
9090
* Kafka Streams
9191

9292
## Next steps
93-
94-
This article provided an introduction to Event Hubs for Kafka. To learn more, see the following links:
95-
96-
- [How to create an event hub](event-hubs-create.md)
97-
- [Stream into Event Hubs from your Kafka applications](event-hubs-quickstart-kafka-enabled-event-hubs.md)
98-
- [Mirror a Kafka broker in an event hub](event-hubs-kafka-mirror-maker-tutorial.md)
99-
- [Connect Apache Spark to an event hub](event-hubs-kafka-spark-tutorial.md)
100-
- [Connect Apache Flink to an event hub](event-hubs-kafka-flink-tutorial.md)
101-
- [Integrate Kafka Connect with an event hub](event-hubs-kafka-connect-tutorial.md)
102-
- [Connect Akka Streams to an event hub](event-hubs-kafka-akka-streams-tutorial.md)
103-
- [Explore samples on our GitHub](https://github.com/Azure/azure-event-hubs-for-kafka)
93+
This article provided an introduction to Event Hubs for Kafka. To learn more, see [Apache Kafka developer guide for Azure Event Hubs](apache-kafka-developer-guide-event-hubs.md).
10494

10595

articles/event-hubs/event-hubs-kafka-akka-streams-tutorial.md

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@ description: This article provides information on how to connect Akka Streams to
44
services: event-hubs
55
documentationcenter: ''
66
author: ShubhaVijayasarathy
7-
manager: timlt
87
editor: ''
98

109
ms.assetid: ''
1110
ms.service: event-hubs
1211
ms.devlang: na
13-
ms.topic: article
14-
ms.custom: seodec18
15-
ms.date: 12/06/2018
12+
ms.topic: how-to
13+
ms.date: 04/02/2020
1614
ms.author: shvija
1715

1816
---
@@ -137,22 +135,11 @@ If the event hub has events (for instance, if your producer is also running), th
137135
Check out the [Akka Streams Kafka Guide](https://doc.akka.io/docs/akka-stream-kafka/current/home.html) for more detailed information about Akka Streams.
138136

139137
## Next steps
140-
In this tutorial, you learned how to connect Akka Streams to the event hub without changing your protocol clients or running your own clusters. Azure Event Hubs for the Kafka supports [Apache Kafka version 1.0.](https://kafka.apache.org/10/documentation.html). You did the following actions as part of this tutorial:
138+
To learn more about Event Hubs for Kafka, see the following articles:
141139

142-
> [!div class="checklist"]
143-
> * Create an Event Hubs namespace
144-
> * Clone the example project
145-
> * Run Akka Streams producer
146-
> * Run Akka Streams consumer
147-
148-
To learn more about Event Hubs and Event Hubs for Kafka, see the following topic:
149-
150-
- [Learn about Event Hubs](event-hubs-what-is-event-hubs.md)
151-
- [Event Hubs for Apache Kafka](event-hubs-for-kafka-ecosystem-overview.md)
152-
- [How to create an event hub](event-hubs-create.md)
153-
- [Stream into Event Hubs from your Kafka applications](event-hubs-quickstart-kafka-enabled-event-hubs.md)
154140
- [Mirror a Kafka broker in an event hub](event-hubs-kafka-mirror-maker-tutorial.md)
155141
- [Connect Apache Spark to an event hub](event-hubs-kafka-spark-tutorial.md)
156142
- [Connect Apache Flink to an event hub](event-hubs-kafka-flink-tutorial.md)
157143
- [Integrate Kafka Connect with an event hub](event-hubs-kafka-connect-tutorial.md)
158144
- [Explore samples on our GitHub](https://github.com/Azure/azure-event-hubs-for-kafka)
145+
- [Apache Kafka developer guide for Azure Event Hubs](apache-kafka-developer-guide-event-hubs.md)

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

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ description: This article provides information on how to use Apache Spark with A
44
services: event-hubs
55
documentationcenter: .net
66
author: ShubhaVijayasarathy
7-
manager: timlt
87
ms.service: event-hubs
9-
ms.topic: tutorial
10-
ms.custom: seodec18
11-
ms.date: 12/06/2018
8+
ms.topic: how-to
9+
ms.date: 04/02/2020
1210
ms.author: shvija
1311

1412
---
@@ -155,14 +153,11 @@ Kafka Connect creates Event Hub topics to store configurations, offsets, and sta
155153

156154
## Next steps
157155

158-
To learn more about Event Hubs and Event Hubs for Kafka, see the following topic:
156+
To learn more about Event Hubs for Kafka, see the following articles:
159157

160-
- [Learn about Event Hubs](event-hubs-what-is-event-hubs.md)
161-
- [Event Hubs for Apache Kafka](event-hubs-for-kafka-ecosystem-overview.md)
162-
- [How to create an event hub](event-hubs-create.md)
163-
- [Stream into Event Hubs from your Kafka applications](event-hubs-quickstart-kafka-enabled-event-hubs.md)
164158
- [Mirror a Kafka broker in an event hub](event-hubs-kafka-mirror-maker-tutorial.md)
165159
- [Connect Apache Spark to an event hub](event-hubs-kafka-spark-tutorial.md)
166160
- [Connect Apache Flink to an event hub](event-hubs-kafka-flink-tutorial.md)
167-
- [Connect Akka Streams to an event hub](event-hubs-kafka-akka-streams-tutorial.md)
168161
- [Explore samples on our GitHub](https://github.com/Azure/azure-event-hubs-for-kafka)
162+
- [Connect Akka Streams to an event hub](event-hubs-kafka-akka-streams-tutorial.md)
163+
- [Apache Kafka developer guide for Azure Event Hubs](apache-kafka-developer-guide-event-hubs.md)

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

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ author: ShubhaVijayasarathy
77
manager: timlt
88

99
ms.service: event-hubs
10-
ms.topic: article
11-
ms.custom: seodec18
12-
ms.date: 12/06/2018
10+
ms.topic: how-to
11+
ms.date: 04/02/2020
1312
ms.author: shvija
1413

1514
---
@@ -121,22 +120,11 @@ If the event hub has events (for example, if your producer is also running), the
121120
Check out [Flink's Kafka Connector Guide](https://ci.apache.org/projects/flink/flink-docs-stable/dev/connectors/kafka.html) for more detailed information about connecting Flink to Kafka.
122121

123122
## Next steps
124-
In this tutorial, your learned how to connect Apache Flink to Event Hubs without changing your protocol clients or running your own clusters. You performed the following steps as part of this tutorial:
123+
To learn more about Event Hubs for Kafka, see the following articles:
125124

126-
> [!div class="checklist"]
127-
> * Create an Event Hubs namespace
128-
> * Clone the example project
129-
> * Run Flink producer
130-
> * Run Flink consumer
131-
132-
To learn more about Event Hubs and Event Hubs for Kafka, see the following topic:
133-
134-
- [Learn about Event Hubs](event-hubs-what-is-event-hubs.md)
135-
- [Event Hubs for Apache Kafka](event-hubs-for-kafka-ecosystem-overview.md)
136-
- [Create an event hub](event-hubs-create.md)
137-
- [Stream into Event Hubs from your Kafka applications](event-hubs-quickstart-kafka-enabled-event-hubs.md)
138125
- [Mirror a Kafka broker in an event hub](event-hubs-kafka-mirror-maker-tutorial.md)
139126
- [Connect Apache Spark to an event hub](event-hubs-kafka-spark-tutorial.md)
140127
- [Integrate Kafka Connect with an event hub](event-hubs-kafka-connect-tutorial.md)
141-
- [Connect Akka Streams to an event hub](event-hubs-kafka-akka-streams-tutorial.md)
142128
- [Explore samples on our GitHub](https://github.com/Azure/azure-event-hubs-for-kafka)
129+
- [Connect Akka Streams to an event hub](event-hubs-kafka-akka-streams-tutorial.md)
130+
- [Apache Kafka developer guide for Azure Event Hubs](apache-kafka-developer-guide-event-hubs.md)

articles/event-hubs/event-hubs-kafka-mirror-maker-tutorial.md

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ author: ShubhaVijayasarathy
77
manager: timlt
88

99
ms.service: event-hubs
10-
ms.topic: conceptual
11-
ms.custom: seodec18
12-
ms.date: 12/06/2018
10+
ms.topic: how-to
11+
ms.date: 04/02/2020
1312
ms.author: shvija
1413

1514
---
@@ -124,23 +123,11 @@ See the following samples on GitHub:
124123
- [Azure Event Hubs Kafka MirrorMaker running on an Azure Container Instance](https://github.com/djrosanova/EventHubsMirrorMaker)
125124

126125
## Next steps
126+
To learn more about Event Hubs for Kafka, see the following articles:
127127

128-
In this tutorial, you learn how to:
129-
> [!div class="checklist"]
130-
> * Create an Event Hubs namespace
131-
> * Clone the example project
132-
> * Set up a Kafka cluster
133-
> * Configure Kafka MirrorMaker
134-
> * Run Kafka MirrorMaker
135-
136-
To learn more about Event Hubs and Event Hubs for Kafka, see the following topic:
137-
138-
- [Learn about Event Hubs](event-hubs-what-is-event-hubs.md)
139-
- [Event Hubs for Apache Kafka](event-hubs-for-kafka-ecosystem-overview.md)
140-
- [How to create an event hub](event-hubs-create.md)
141-
- [Stream into Event Hubs from your Kafka applications](event-hubs-quickstart-kafka-enabled-event-hubs.md)
142128
- [Connect Apache Spark to an event hub](event-hubs-kafka-spark-tutorial.md)
143129
- [Connect Apache Flink to an event hub](event-hubs-kafka-flink-tutorial.md)
144130
- [Integrate Kafka Connect with an event hub](event-hubs-kafka-connect-tutorial.md)
145-
- [Connect Akka Streams to an event hub](event-hubs-kafka-akka-streams-tutorial.md)
146131
- [Explore samples on our GitHub](https://github.com/Azure/azure-event-hubs-for-kafka)
132+
- [Connect Akka Streams to an event hub](event-hubs-kafka-akka-streams-tutorial.md)
133+
- [Apache Kafka developer guide for Azure Event Hubs](apache-kafka-developer-guide-event-hubs.md)

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

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ documentationcenter: .net
66
author: ShubhaVijayasarathy
77
manager: timlt
88
ms.service: event-hubs
9-
ms.topic: tutorial
10-
ms.custom: seodec18
11-
ms.date: 12/06/2018
9+
ms.topic: how-to
10+
ms.date: 04/02/2020
1211
ms.author: shvija
1312

1413
---
@@ -96,24 +95,12 @@ df.writeStream
9695

9796

9897
## Next steps
98+
To learn more about Event Hubs and Event Hubs for Kafka, see the following articles:
9999

100-
In this tutorial, you learned how to stream using the Spark-Kafka connector and Event Hubs for Kafka. You took the following steps:
101-
102-
> [!div class="checklist"]
103-
> * Create an Event Hubs namespace
104-
> * Clone the example project
105-
> * Run Spark
106-
> * Read from Event Hubs for Kafka
107-
> * Write to Event Hubs for Kafka
108-
109-
To learn more about Event Hubs and Event Hubs for Kafka, see the following topic:
110-
111-
- [Learn about Event Hubs](event-hubs-what-is-event-hubs.md)
112-
- [Event Hubs for Apache Kafka](event-hubs-for-kafka-ecosystem-overview.md)
113-
- [Create an event hub](event-hubs-create.md)
114-
- [Stream into Event Hubs from your Kafka applications](event-hubs-quickstart-kafka-enabled-event-hubs.md)
115100
- [Mirror a Kafka broker in an event hub](event-hubs-kafka-mirror-maker-tutorial.md)
116101
- [Connect Apache Flink to an event hub](event-hubs-kafka-flink-tutorial.md)
117102
- [Integrate Kafka Connect with an event hub](event-hubs-kafka-connect-tutorial.md)
118-
- [Connect Akka Streams to an event hub](event-hubs-kafka-akka-streams-tutorial.md)
119103
- [Explore samples on our GitHub](https://github.com/Azure/azure-event-hubs-for-kafka)
104+
- [Connect Akka Streams to an event hub](event-hubs-kafka-akka-streams-tutorial.md)
105+
- [Apache Kafka developer guide for Azure Event Hubs](apache-kafka-developer-guide-event-hubs.md)
106+

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

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.topic: tutorial
1212
ms.tgt_pltfrm: na
1313
ms.workload: na
1414
ms.custom: seodec18
15-
ms.date: 02/20/2020
15+
ms.date: 04/02/2020
1616
ms.author: spelluru
1717

1818
---
@@ -178,15 +178,4 @@ After you have a Stream Analytics job setup to read an incoming data stream, the
178178

179179

180180
## Next steps
181-
In this article, you learned how to stream into Event Hubs without changing your protocol clients or running your own clusters. To learn more about Event Hubs and Event Hubs for Kafka, see the following topic:
182-
183-
- [Learn about Event Hubs](event-hubs-what-is-event-hubs.md)
184-
- [Event Hubs for Apache Kafka](event-hubs-for-kafka-ecosystem-overview.md)
185-
- [Create an event hub](event-hubs-create.md)
186-
- [Stream into Event Hubs from your Kafka applications](event-hubs-quickstart-kafka-enabled-event-hubs.md)
187-
- [Mirror a Kafka broker in an event hub](event-hubs-kafka-mirror-maker-tutorial.md)
188-
- [Connect Apache Spark to an event hub](event-hubs-kafka-spark-tutorial.md)
189-
- [Connect Apache Flink to an event hub](event-hubs-kafka-flink-tutorial.md)
190-
- [Integrate Kafka Connect with an event hub](event-hubs-kafka-connect-tutorial.md)
191-
- [Connect Akka Streams to an event hub](event-hubs-kafka-akka-streams-tutorial.md)
192-
- [Explore samples on our GitHub](https://github.com/Azure/azure-event-hubs-for-kafka)
181+
In this article, you learned how to stream into Event Hubs without changing your protocol clients or running your own clusters. To learn more about Event Hubs for Apache Kafka, see [Apache Kafka developer guide for Azure Event Hubs](apache-kafka-developer-guide-event-hubs.md).

articles/event-hubs/event-hubs-quickstart-kafka-enabled-event-hubs.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,4 @@ When you create a **standard** tier Event Hubs namespace, the Kafka endpoint for
103103
If your Event Hubs Kafka cluster has events, you now start receiving them from the consumer.
104104

105105
## Next steps
106-
In this article, you learned how to stream into Event Hubs without changing your protocol clients or running your own clusters. To learn more, see the following articles and samples:
107-
108-
- [Learn about Event Hubs for Kafka](event-hubs-for-kafka-ecosystem-overview.md)
109-
- [Quickstarts for Event Hubs for Kafka on GitHub](https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/quickstart)
110-
- [Tutorials for Event Hubs for Kafka on GitHub](https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/tutorials)
111-
- Use [MirrorMaker](https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=27846330) to [stream events from Kafka on premises to Event Hubs on cloud.](event-hubs-kafka-mirror-maker-tutorial.md)
112-
- Learn how to stream into Event Hubs using [Apache Flink](event-hubs-kafka-flink-tutorial.md) or [Akka Streams](event-hubs-kafka-akka-streams-tutorial.md)
106+
In this article, you learned how to stream into Event Hubs without changing your protocol clients or running your own clusters. To learn more, see [Apache Kafka developer guide for Azure Event Hubs](apache-kafka-developer-guide-event-hubs.md).

0 commit comments

Comments
 (0)