Skip to content

Add Azure ServiceBus Emulator#149

Open
glucaci wants to merge 3 commits intomasterfrom
servicebus
Open

Add Azure ServiceBus Emulator#149
glucaci wants to merge 3 commits intomasterfrom
servicebus

Conversation

@glucaci
Copy link
Copy Markdown
Member

@glucaci glucaci commented Feb 22, 2025

Work in progress...

  • Add Azure Service Bus Emulator with possibility of custom configuration
  • Add all the resources from ComposeResource to a default compose network

Stuffs not supported and kind of needed:

Copy link
Copy Markdown
Member

@nscheibe nscheibe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well done. Just some little comments.

</PropertyGroup>

<ItemGroup>
<PackageReference Include="Azure.Messaging.ServiceBus" Version="7.18.0" />
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we have no central package management?


public record UserConfig(
Namespace[] Namespaces,
Logging Logging);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would prefer a line break between the records.


return new Status { IsReady = true };
}
catch (Exception ex)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would somehow not swallow the exception, is there a possibility to add it to the Status, or so, at least the message?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants