-
Notifications
You must be signed in to change notification settings - Fork 34
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 proposal for Dapr + .NET Aspire ownership. #69
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Phillip Hoff <[email protected]>
Thanks for this proposal. I have grave concerns about our ability to maintain the Aspire integration. Dapr for Dotnet alone has ~10x more downloads per major version than Aspire and only two active Dotnet maintainers. Briefly auditing the Aspire repository, it looks like a large chunk of Aspire users are also Dapr users. Asking our maintainers to take on this additional work could lead to a disservice to both our end users and maintainers. As a mitigation, the Aspire team could install a new maintainer in the Dapr Dotnet SDK to make sure there's adequate bandwidth to address the influx of new work. |
@yaron2 - I sympathize with your concerns about maintaining the Aspire integration alongside our current workload. There certainly seem to be more feature asks than contributions in the Aspire repo today. I talked with @philliphoff about it today and agree that integrating this functionality into the Dapr repo might reduce some friction and encourage more community contributions since it may mitigate any trepidation about contributing to a large project like Aspire. I'd certainly welcome any additional support from Microsoft or otherwise, but I also think that maintaining the status quo isn't beneficial to either project, as indicated by some of the chatter about improving the Aspire integration in Discord. Philip is spot on that having the same maintainers of the Aspire integration and the Dapr .NET SDK itself makes sense. On balance, I think this integration could be a net (pun intended) positive for .NET Dapr developers despite the several outstanding logistical issues (license migration, versioning, documentation hosting and migration, etc.). |
|
||
## Background | ||
|
||
Dapr [integration](https://github.com/dotnet/aspire/tree/main/src/Aspire.Hosting.Dapr) was added to .NET Aspire as part of its initial Public Preview in December 2023, namely the ability to automate the launch of Dapr sidecars for individual .NET projects. Additional features were added as .NET Aspire reached GA, namely the ability to associate and automated component configurations with Dapr sidecars. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"automated" -> "automate"
Actually, I think its the other way around. As a project, Dapr is much larger than Aspire and unlike Aspire, Dapr has two parts to any contribution - the SDK + the runtime which makes it more challenging to contribute from a developer perspective. |
@yaron2 Taken as a whole, that's certainly true. I was approaching this from the perspective of .NET developers who primarily use the .NET SDK and might find Aspire, similarly written in .NET, more accessible for contributions. At least on the .NET side, this might lower that barrier for those developers and encourage more community involvement, even if not necessarily on the runtime side. Considering this today, I've thought of two additional points to toss out there:
|
Adds a proposal for the transfer of ownership of the Dapr + .NET Aspire integration to the Dapr .NET SDK.