Skip to content

Commit e624aae

Browse files
authored
Create event-hubs-emulator-whats-new.md
1 parent 356b2c8 commit e624aae

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
title: What's new with Event Hubs Emulator
3+
titleSuffix: Azure Event Hubs
4+
description: View the updates for the latest version and previous versions of the Azure Event Hubs emulator.
5+
author: Sannidhya
6+
ms.author: saglodha
7+
ms.topic: article
8+
ms.date: 07/01/2024
9+
---
10+
11+
12+
# What's new with Event Hubs emulator
13+
14+
This article provides a detailed overview of the enhancements introduced in the latest version of the Azure Event Hubs emulator, along with information about previous versions.
15+
16+
> [!NOTE]
17+
> The emulator is intended solely for development and test purpose. Any kind of production use is strictly discouraged. We don't provide any official support for the emulator.
18+
>
19+
> Kindly report any problems or suggestions in the emulator's [GitHub installer repository](https://github.com/Azure/azure-event-hubs-emulator-installer/issues).
20+
21+
## Latest version ``1.2.4``
22+
23+
> *Released July 1st, 2024*
24+
25+
This release provides enhanced connectivity fixes for Emulator. Details are below:
26+
27+
- When emulator container and interacting application is running natively on local machine, use following connection string:
28+
29+
`"Endpoint=sb://localhost;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=SAS_KEY_VALUE;UseDevelopmentEmulator=true;"`
30+
31+
- To connect emulator via local IP of host machine and any application on same network, use following connection string:
32+
33+
`"Endpoint=sb://192.168.y.z;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=SAS_KEY_VALUE;UseDevelopmentEmulator=true;"`
34+
35+
- To connect emulator and application via same docker bridge network, use following connection string:
36+
37+
`Endpoint=sb://eventhubs-emulator;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=SAS_KEY_VALUE;UseDevelopmentEmulator=true;"`
38+
39+
- To connect application and emulator running in different docker bridge network, use following connection string:
40+
41+
`"Endpoint=sb://eventhubs-emulator;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=SAS_KEY_VALUE;UseDevelopmentEmulator=true;"`
42+
43+
- Fixes emulator not accepting connections for initial few seconds after launch.
44+
- Namespace name and type are now optional parameters in user supplied JSON configuration.
45+
46+
## Previous releases
47+
48+
### ``1.2.3`` (21st May,2024)
49+
50+
- Initial Launch
51+
52+
## Next steps
53+
54+
- [Learn more about the Azure Event Hubs emulator](overview-emulator.md)
55+
- [Get started using the Azure Event Hubs emulator for development](test-locally-with-event-hub-emulator.md)

0 commit comments

Comments
 (0)