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

NServiceBus and .NET Aspire #6941

Open
jpalac opened this issue Dec 20, 2023 · 3 comments
Open

NServiceBus and .NET Aspire #6941

jpalac opened this issue Dec 20, 2023 · 3 comments

Comments

@jpalac
Copy link
Contributor

jpalac commented Dec 20, 2023

.NET Aspire is an opinionated, cloud-ready stack for building observable, production-ready, distributed applications.​

NServiceBus endpoints can run under an Aspire AppHost orchestrator.

Here are some leading questions that we are interested in understanding more:

  • Are you currently using .NET Aspire? If so, is it just for development or also for production deployments?
  • What other .NET Aspire integrations are you using?
  • Do you use health checks?
  • Do you use telemetry?
  • Do you use deployment manifest to apply your changes to other environments?
@lcorneliussen
Copy link
Contributor

Hi, it would certainly help onboarding with Multi-Start solutions.
Would also be nice to see all the logs in one place, see the tracing across services (if open telemetry is supported already)

Could also help with pushing a distributed NSB app to test env or possibly production using CI/CD. Not upated on what the current story on that is for NSB.

ref @danielmarbach

@johnsimons johnsimons changed the title .Net Aspire support in NServiceBus NServiceBus and .NET Aspire Sep 24, 2024
@StephenWBertrand
Copy link

StephenWBertrand commented Nov 15, 2024

Would love to see the ServiceControl/Pulse added to this example, so that we have a complete Aspire sample of endpoints and monitoring.

Currently just starting to use Aspire for local development. Haven't ventured into actual deployments. But being able to run the ServiceControl platform locally wihtin Aspire for development purposes would be very helpful.

@danielmarbach
Copy link
Contributor

@StephenWBertrand Thanks for the feedback. Is my understanding correct that your comment refers to the sample we have recently added to our docs website?

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

No branches or pull requests

5 participants
@lcorneliussen @danielmarbach @jpalac @StephenWBertrand and others