I am looking to start a new project using Azure Event Hubs. Part of the project is a set of integration tests that can be run from any development machine (plus CI). In the past, I've used the local emulators (e.g., Cosmos DB, Storage, Service Fabric, etc.) for this purpose. That way dev machines don't need real cloud credentials and have an isolated environment. However, it appears that Event Hubs do not have a local emulator.
Is there an Event Hubs emulator that I missed? If not, would a AMQP service be a good alternative? Are there any that would be decent approximation for Event Hubs?
Thanks
I created a feedback item for this. Please vote it up if this would be useful to you!