Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Azure EventHub emulator support #3412

Closed
eerhardt opened this issue Apr 4, 2024 · 0 comments · Fixed by #4209
Closed

Add Azure EventHub emulator support #3412

eerhardt opened this issue Apr 4, 2024 · 0 comments · Fixed by #4209
Assignees
Labels
area-app-model Issues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplication azure Issues associated specifically with scenarios tied to using Azure
Milestone

Comments

@eerhardt
Copy link
Member

eerhardt commented Apr 4, 2024

According to https://feedback.azure.com/d365community/idea/39679808-7626-ec11-b6e6-000d3a4f032c the Azure Event Hub emulator is currently being developed and a public preview is planned for Q1 of 2024.

We should have support in Aspire for using the emulator locally, similar to CosmosDB and Storage.

var eventHub = builder.AddAzureEventHubs("eventhubns")
    .AddEventHub("hub")
    .RunAsEmulator();

That would spin the emulator up locally and hook up a connection to it for anyone who .WithReference(eventHub).

cc @sebastienros

@eerhardt eerhardt added the area-app-model Issues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplication label Apr 4, 2024
@eerhardt eerhardt added this to the 8.1 milestone Apr 4, 2024
@sebastienros sebastienros self-assigned this Apr 4, 2024
@davidfowl davidfowl added the azure Issues associated specifically with scenarios tied to using Azure label Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-app-model Issues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplication azure Issues associated specifically with scenarios tied to using Azure
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants