You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/event-hubs/overview-emulator.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.date: 05/06/2024
7
7
---
8
8
9
9
10
-
# Overview of the Event Hubs emulator
10
+
# Overview of the Azure Event Hubs emulator
11
11
12
12
The Azure Event Hubs emulator offers a local development experience for the Event Hubs service. You can use the emulator to develop and test code against the service in isolation, free from cloud interference.
13
13
@@ -21,7 +21,7 @@ The primary advantages of using the emulator are:
21
21
-**Optimized inner development loop**: You can use the emulator to quickly prototype and test your applications before deploying them to the cloud.
22
22
23
23
> [!NOTE]
24
-
> The Event Hubs emulator is available under a license agreement. For more information, see the [Microsoft Software License Terms](https://github.com/Azure/azure-event-hubs-emulator-installer/blob/main/EMULATOR_EULA.md).
24
+
> The Event Hubs emulator is available under the [Microsoft Software License Terms](https://github.com/Azure/azure-event-hubs-emulator-installer/blob/main/EMULATOR_EULA.md).
25
25
26
26
## Features
27
27
@@ -30,18 +30,18 @@ The emulator provides these features:
30
30
-**Containerized deployment**: It runs as a Docker container (Linux based).
31
31
-**Cross-platform compatibility**: You can use it on any platform, including Windows, macOS, and Linux.
32
32
-**Configurability**: You can manage the number of event hubs, partitions, and other entities by using the JSON supplied configuration.
33
-
-**Streaming support**: It supports streaming messages that use the Advanced Message Queuing Protocol (AMQP).
33
+
-**Streaming support**: It supports streaming messages by using the Advanced Message Queuing Protocol (AMQP).
34
34
-**Observability**: It provides observability features, including console and file logging.
35
35
36
36
## Known limitations
37
37
38
38
The current version of the emulator has the following limitations:
39
39
40
-
- It can't stream messages that use the Kafka protocol.
40
+
- It can't stream messages by using the Kafka protocol.
41
41
- It doesn't support on-the-fly management operations through a client-side SDK.
42
42
43
43
> [!NOTE]
44
-
> After a container restart, data and entities are not persisted in the emulator.
44
+
> After a container restart, data and entities don't persist in the emulator.
45
45
46
46
## Differences from the cloud service
47
47
@@ -60,7 +60,7 @@ The emulator doesn't support these high-level features:
60
60
> [!NOTE]
61
61
> The emulator is intended solely for development and test scenarios. We discourage any kind of production use. We don't provide any official support for the emulator.
62
62
>
63
-
> Report any problems or suggestions as GitHub issues in the [emulator installer repository](https://github.com/Azure/azure-event-hubs-emulator-installer/issues).
63
+
> Report any problems or suggestions in the emulator's [GitHub installer repository](https://github.com/Azure/azure-event-hubs-emulator-installer/issues).
Copy file name to clipboardExpand all lines: articles/event-hubs/test-locally-with-event-hub-emulator.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ To run the Event Hubs emulator, you can use an automated script or a Linux conta
29
29
30
30
### [Automated script](#tab/automated-script)
31
31
32
-
Before you run an automated script, clone the Event Hubs emulator's [GitHub installer repository](https://github.com/Azure/azure-event-hubs-emulator-installer) locally.
32
+
Before you run an automated script, clone the emulator's [GitHub installer repository](https://github.com/Azure/azure-event-hubs-emulator-installer) locally.
33
33
34
34
### Windows
35
35
@@ -45,9 +45,9 @@ Use the following steps to run the Event Hubs emulator locally on Windows:
45
45
46
46
To run the Event Hubs emulator locally on Linux or macOS:
47
47
48
-
-Execute the setup script *LaunchEmulator.sh*. Running the script brings up two containers: the Event Hubs emulator and Azurite (a dependency for the emulator).
48
+
-Run the setup script *LaunchEmulator.sh*. Running the script brings up two containers: the Event Hubs emulator and Azurite (a dependency for the emulator).
0 commit comments