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.