Skip to content

Commit 1538048

Browse files
Merge pull request #109753 from spelluru/kafkaenabled0331
Remove Kafka-enabled. It's by default.
2 parents 36024ac + fc93d5e commit 1538048

9 files changed

+23
-25
lines changed

articles/event-hubs/authenticate-shared-access-signature.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This article covers authenticating the access to Event Hubs resources using SAS.
2929
3030

3131
## Configuring for SAS authentication
32-
You can configure the EventHubs shared access authorization rule on an Event Hubs namespace, or an entity (event hub instance or Kafka Topic in an Event Hubs for Kafka enabled namespace). Configuring a shared access authorization rule on a consumer group is currently not supported, but you can use rules configured on a namespace or entity to secure access to consumer group.
32+
You can configure the EventHubs shared access authorization rule on an Event Hubs namespace, or an entity (event hub instance or Kafka Topic in an event hub). Configuring a shared access authorization rule on a consumer group is currently not supported, but you can use rules configured on a namespace or entity to secure access to consumer group.
3333

3434
The following image shows how the authorization rules apply on sample entities.
3535

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Using Akka Streams for Apache Kafka - Azure Event Hubs| Microsoft Docs
3-
description: This article provides information on how to connect Akka Streams to an Apache Kafka enabled Azure event hub.
3+
description: This article provides information on how to connect Akka Streams to an Azure event hub.
44
services: event-hubs
55
documentationcenter: ''
66
author: ShubhaVijayasarathy
@@ -46,7 +46,7 @@ To complete this tutorial, make sure you have the following prerequisites:
4646

4747
## Create an Event Hubs namespace
4848

49-
An Event Hubs namespace is required to send or receive from any Event Hubs service. See [Create Kafka Enabled Event Hubs](event-hubs-create.md) for information about getting an Event Hubs Kafka endpoint. Make sure to copy the Event Hubs connection string for later use.
49+
An Event Hubs namespace is required to send or receive from any Event Hubs service. See [Create an event hub](event-hubs-create.md) for detailed information. Make sure to copy the Event Hubs connection string for later use.
5050

5151
## Clone the example project
5252

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To complete this walkthrough, make sure you have the following prerequisites:
4040
- Read through the [Event Hubs for Apache Kafka](https://docs.microsoft.com/azure/event-hubs/event-hubs-for-kafka-ecosystem-overview) introduction article
4141

4242
## Create an Event Hubs namespace
43-
An Event Hubs namespace is required to send and receive from any Event Hubs service. See [Creating a Kafka enabled Event Hub](event-hubs-create.md) for instructions on getting an Event Hubs Kafka endpoint. Get the Event Hubs connection string and fully qualified domain name (FQDN) for later use. For instructions, see [Get an Event Hubs connection string](event-hubs-get-connection-string.md).
43+
An Event Hubs namespace is required to send and receive from any Event Hubs service. See [Creating an event hub](event-hubs-create.md) for instructions to create a namespace and an event hub. Get the Event Hubs connection string and fully qualified domain name (FQDN) for later use. For instructions, see [Get an Event Hubs connection string](event-hubs-get-connection-string.md).
4444

4545
## Clone the example project
4646
Clone the Azure Event Hubs repository and navigate to the tutorials/connect subfolder:

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Use Apache Flink for Apache Kafka - Azure Event Hubs | Microsoft Docs
3-
description: This article provides information on how to connect Apache Flink to an Apache Kafka enabled Azure event hub
3+
description: This article provides information on how to connect Apache Flink to an Azure event hub
44
services: event-hubs
55
documentationcenter: ''
66
author: ShubhaVijayasarathy
@@ -45,7 +45,7 @@ To complete this tutorial, make sure you have the following prerequisites:
4545

4646
## Create an Event Hubs namespace
4747

48-
An Event Hubs namespace is required to send or receive from any Event Hubs service. See [Create Kafka Enabled Event Hubs](event-hubs-create.md) for information about getting an Event Hubs Kafka endpoint. Make sure to copy the Event Hubs connection string for later use.
48+
An Event Hubs namespace is required to send or receive from any Event Hubs service. See [Creating an event hub](event-hubs-create.md) for instructions to create a namespace and an event hub. Make sure to copy the Event Hubs connection string for later use.
4949

5050
## Clone the example project
5151

@@ -85,11 +85,11 @@ mvn clean package
8585
mvn exec:java -Dexec.mainClass="FlinkTestProducer"
8686
```
8787

88-
The producer will now begin sending events to the Kafka enabled Event Hub at topic `test` and printing the events to stdout.
88+
The producer will now begin sending events to the event hub at topic `test` and printing the events to stdout.
8989

9090
## Run Flink consumer
9191

92-
Using the provided consumer example, receive messages from the Kafka enabled Event Hubs.
92+
Using the provided consumer example, receive messages from the event hub.
9393

9494
### Provide an Event Hubs Kafka endpoint
9595

@@ -133,7 +133,7 @@ To learn more about Event Hubs and Event Hubs for Kafka, see the following topic
133133

134134
- [Learn about Event Hubs](event-hubs-what-is-event-hubs.md)
135135
- [Event Hubs for Apache Kafka](event-hubs-for-kafka-ecosystem-overview.md)
136-
- [How to create Kafka enabled Event Hubs](event-hubs-create.md)
136+
- [Create an event hub](event-hubs-create.md)
137137
- [Stream into Event Hubs from your Kafka applications](event-hubs-quickstart-kafka-enabled-event-hubs.md)
138138
- [Mirror a Kafka broker in an event hub](event-hubs-kafka-mirror-maker-tutorial.md)
139139
- [Connect Apache Spark to an event hub](event-hubs-kafka-spark-tutorial.md)

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.author: shvija
1616

1717
# Use Kafka MirrorMaker with Event Hubs for Apache Kafka
1818

19-
This tutorial shows how to mirror a Kafka broker in a Kafka enabled event hub using Kafka MirrorMaker.
19+
This tutorial shows how to mirror a Kafka broker in an event hub using Kafka MirrorMaker.
2020

2121
![Kafka MirrorMaker with Event Hubs](./media/event-hubs-kafka-mirror-maker-tutorial/evnent-hubs-mirror-maker1.png)
2222

@@ -35,7 +35,7 @@ In this tutorial, you learn how to:
3535
## Introduction
3636
One major consideration for modern cloud scale apps is the ability to update, improve, and change infrastructure without interrupting service. This tutorial shows how an event hub and Kafka MirrorMaker can integrate an existing Kafka pipeline into Azure by "mirroring" the Kafka input stream in the Event Hubs service.
3737

38-
An Azure Event Hubs Kafka endpoint enables you to connect to Azure Event Hubs using the Kafka protocol (that is, Kafka clients). By making minimal changes to a Kafka application, you can connect to Azure Event Hubs and enjoy the benefits of the Azure ecosystem. Kafka enabled Event Hubs currently supports Kafka versions 1.0 and later.
38+
An Azure Event Hubs Kafka endpoint enables you to connect to Azure Event Hubs using the Kafka protocol (that is, Kafka clients). By making minimal changes to a Kafka application, you can connect to Azure Event Hubs and enjoy the benefits of the Azure ecosystem. Event Hubs currently supports Kafka versions 1.0 and later.
3939

4040
## Prerequisites
4141

@@ -53,11 +53,11 @@ To complete this tutorial, make sure you have:
5353

5454
## Create an Event Hubs namespace
5555

56-
An Event Hubs namespace is required to send and receive from any Event Hubs service. See [Creating a Kafka enabled Event Hub](event-hubs-create.md) for instructions on getting an Event Hubs Kafka endpoint. Make sure to copy the Event Hubs connection string for later use.
56+
An Event Hubs namespace is required to send and receive from any Event Hubs service. See [Creating an event hub](event-hubs-create.md) for instructions to create a namespace and an event hub. Make sure to copy the Event Hubs connection string for later use.
5757

5858
## Clone the example project
5959

60-
Now that you have a Kafka enabled Event Hubs connection string, clone the Azure Event Hubs for Kafka repository and navigate to the `mirror-maker` subfolder:
60+
Now that you have an Event Hubs connection string, clone the Azure Event Hubs for Kafka repository and navigate to the `mirror-maker` subfolder:
6161

6262
```shell
6363
git clone https://github.com/Azure/azure-event-hubs-for-kafka.git
@@ -115,7 +115,7 @@ bin/kafka-mirror-maker.sh --consumer.config source-kafka.config --num.streams 1
115115

116116
To verify that events are reaching the event hub, see the ingress statistics in the [Azure portal](https://azure.microsoft.com/features/azure-portal/), or run a consumer against the event hub.
117117

118-
With MirrorMaker running, any events sent to the source Kafka cluster are received by both the Kafka cluster and the mirrored Kafka enabled event hub service. By using MirrorMaker and an Event Hubs Kafka endpoint, you can migrate an existing Kafka pipeline to the managed Azure Event Hubs service without changing the existing cluster or interrupting any ongoing data flow.
118+
With MirrorMaker running, any events sent to the source Kafka cluster are received by both the Kafka cluster and the mirrored event hub. By using MirrorMaker and an Event Hubs Kafka endpoint, you can migrate an existing Kafka pipeline to the managed Azure Event Hubs service without changing the existing cluster or interrupting any ongoing data flow.
119119

120120
## Samples
121121
See the following samples on GitHub:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Before you start this tutorial, make sure that you have:
4040
4141

4242
## Create an Event Hubs namespace
43-
An Event Hubs namespace is required to send and receive from any Event Hubs service. See [Creating a Kafka enabled Event Hub](event-hubs-create.md) for instructions on getting an Event Hubs Kafka endpoint. Get the Event Hubs connection string and fully qualified domain name (FQDN) for later use. For instructions, see [Get an Event Hubs connection string](event-hubs-get-connection-string.md).
43+
An Event Hubs namespace is required to send and receive from any Event Hubs service. See [Creating an event hub](event-hubs-create.md) for instructions to create a namespace and an event hub. Get the Event Hubs connection string and fully qualified domain name (FQDN) for later use. For instructions, see [Get an Event Hubs connection string](event-hubs-get-connection-string.md).
4444

4545
## Clone the example project
4646
Clone the Azure Event Hubs repository and navigate to the `tutorials/spark` subfolder:
@@ -110,7 +110,7 @@ To learn more about Event Hubs and Event Hubs for Kafka, see the following topic
110110

111111
- [Learn about Event Hubs](event-hubs-what-is-event-hubs.md)
112112
- [Event Hubs for Apache Kafka](event-hubs-for-kafka-ecosystem-overview.md)
113-
- [How to create Kafka enabled Event Hubs](event-hubs-create.md)
113+
- [Create an event hub](event-hubs-create.md)
114114
- [Stream into Event Hubs from your Kafka applications](event-hubs-quickstart-kafka-enabled-event-hubs.md)
115115
- [Mirror a Kafka broker in an event hub](event-hubs-kafka-mirror-maker-tutorial.md)
116116
- [Connect Apache Flink to an event hub](event-hubs-kafka-flink-tutorial.md)

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.author: spelluru
2020
# Tutorial: Process Apache Kafka for Event Hubs events using Stream analytics
2121
This article shows how to stream data into Event Hubs and process it with Azure Stream Analytics. It walks you through the following steps:
2222

23-
1. Create a Kafka enabled Event Hubs namespace.
23+
1. Create an Event Hubs namespace.
2424
2. Create a Kafka client that sends messages to the event hub.
2525
3. Create a Stream Analytics job that copies data from the event hub into an Azure blob storage.
2626

@@ -38,7 +38,7 @@ To complete this quickstart, make sure you have the following prerequisites:
3838
* An **Azure Storage account**. If you don't have one, [create one](../storage/common/storage-account-create.md) before proceeding further. The Stream Analytics job in this walkthrough stores the output data in an Azure blob storage.
3939

4040

41-
## Create a Kafka enabled Event Hubs namespace
41+
## Create an Event Hubs namespace
4242
When you create a **standard** tier Event Hubs namespace, the Kafka endpoint for the namespace is automatically enabled. You can stream events from your applications that use the Kafka protocol into standard tier Event Hubs. Follow step-by-step instructions in the [Create an event hub using Azure portal](event-hubs-create.md) to create a **standard** tier Event Hubs namespace.
4343

4444
> [!NOTE]
@@ -182,7 +182,7 @@ In this article, you learned how to stream into Event Hubs without changing your
182182

183183
- [Learn about Event Hubs](event-hubs-what-is-event-hubs.md)
184184
- [Event Hubs for Apache Kafka](event-hubs-for-kafka-ecosystem-overview.md)
185-
- [How to create Kafka enabled Event Hubs](event-hubs-create.md)
185+
- [Create an event hub](event-hubs-create.md)
186186
- [Stream into Event Hubs from your Kafka applications](event-hubs-quickstart-kafka-enabled-event-hubs.md)
187187
- [Mirror a Kafka broker in an event hub](event-hubs-kafka-mirror-maker-tutorial.md)
188188
- [Connect Apache Spark to an event hub](event-hubs-kafka-spark-tutorial.md)

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To complete this quickstart, make sure you have the following prerequisites:
2727
* [Git](https://www.git-scm.com/)
2828

2929

30-
## Create a Kafka enabled Event Hubs namespace
30+
## Create an Event Hubs namespace
3131
When you create a **standard** tier Event Hubs namespace, the Kafka endpoint for the namespace is automatically enabled. You can stream events from your applications that use the Kafka protocol into standard tier Event Hubs. Follow step-by-step instructions in the [Create an event hub using Azure portal](event-hubs-create.md) to create a **standard** tier Event Hubs namespace.
3232

3333
> [!NOTE]
@@ -93,7 +93,7 @@ When you create a **standard** tier Event Hubs namespace, the Kafka endpoint for
9393
You can find the source code for the sample handler class CustomAuthenticateCallbackHandler on GitHub [here](https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/tutorials/oauth/java/appsecret/consumer/src/main/java).
9494

9595
You can find all the OAuth samples for Event Hubs for Kafka [here](https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/tutorials/oauth).
96-
7. Run the consumer code and process from Kafka enabled Event Hubs using your Kafka clients:
96+
7. Run the consumer code and process events from event hub using your Kafka clients:
9797

9898
```java
9999
mvn clean package
@@ -108,5 +108,5 @@ In this article, you learned how to stream into Event Hubs without changing your
108108
- [Learn about Event Hubs for Kafka](event-hubs-for-kafka-ecosystem-overview.md)
109109
- [Quickstarts for Event Hubs for Kafka on GitHub](https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/quickstart)
110110
- [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 Kafka enabled Event Hubs on cloud.](event-hubs-kafka-mirror-maker-tutorial.md)
112-
- Learn how to stream into Kafka enabled Event Hubs using [Apache Flink](event-hubs-kafka-flink-tutorial.md) or [Akka Streams](event-hubs-kafka-akka-streams-tutorial.md)
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)

articles/event-hubs/index.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ landingContent:
7777
url: event-hubs-kafka-stream-analytics.md
7878
- linkListType: how-to-guide
7979
links:
80-
- text: Create an Apache Kafka enabled event hub
81-
url: event-hubs-create.md
8280
- text: Mirror a Kafka broker in an event hub
8381
url: event-hubs-kafka-mirror-maker-tutorial.md
8482
- text: Connect Apache Spark to an event hub

0 commit comments

Comments
 (0)