Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a docker image for running in place of an Azure Event Hub in a Test or CI environments?

Is there docker image for running in place of an Azure Event Hub in a Test or CI environment?

I want to be able to stand up a full stack with mock event hubs running as docker containers, how are people doing this? The only other option I can think of is using ARM templates to stand up and tear down actual cloud infra, which seems a bit wasteful.

like image 924
hally9k Avatar asked Sep 07 '25 10:09

hally9k


1 Answers

The long wait is finally over. Microsoft released the Azure Event Hub Emulator: https://github.com/Azure/azure-event-hubs-emulator-installer

like image 92
DeMaki Avatar answered Sep 09 '25 21:09

DeMaki