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/event-hubs-emulator-whats-new.md
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,19 @@ This article provides a detailed overview of the enhancements introduced in the
18
18
>
19
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
20
21
-
## Latest version ``1.2.4``
22
21
23
-
> *Released July 1st, 2024*
22
+
## Latest version ``2.0.1``
24
23
25
-
This release provides enhanced connectivity fixes for Emulator. Details are below:
24
+
> *Released November 19th, 2024*
25
+
26
+
This release introduces Apache Kafka support in Event Hubs emulator.
27
+
- The producer and consumer APIs are now compatible with the Event Hubs emulator.
28
+
29
+
## Previous releases
30
+
31
+
### ``1.2.4`` (July 1st,2024)
32
+
33
+
This release provides enhanced connectivity fixes for Emulator.
26
34
27
35
- When the emulator container and interacting application are running natively on local machine, use following connection string:
28
36
@@ -32,7 +40,7 @@ This release provides enhanced connectivity fixes for Emulator. Details are belo
- Application containers on the same bridge network can interact with Emulator using its alias or IP. Following connection string assumes the name of Emulator has default value i.e."eventhubs-emulator":
43
+
- Application containers on the same bridge network can interact with Emulator using its alias or IP. Following connection string assumes the name of Emulator container is "eventhubs-emulator":
0 commit comments