CommunityToolkit / Aspire

A community project with additional components and extensions for .NET Aspire
MIT License
218 stars 27 forks source link

Hosting & client package for masstransit rabbitmq #275

Open MichielBrys opened 2 days ago

MichielBrys commented 2 days ago

I already made this package which is currently on nuget, I thought it might be a good fit for the communitytoolkit.

https://www.nuget.org/packages/AspireMassTransit.RabbitMQ.Client https://www.nuget.org/packages/AspireMassTransit.RabbitMQ.Hosting

Just making this issue like mentioned in the contribution guide before making a pull request.

Thanks!

aaronpowell commented 1 day ago

If you'd like to contribute these to the Community Toolkit @MichielBrys then we'd be happy to help onboard them (and we can add you as the CODEOWNER if you're able/interested in continuing to own them).

aaronpowell commented 1 day ago

This would be a good companion with #253 (assuming I understand how all these parts come together - messaging platforms aren't my area 😅)

MichielBrys commented 1 day ago

I'd love to contribute these to the community toolkit, being added as the codeowner would be nice aswell! I'll setup up a pull request somewhere today after reading through the guidelines so I don't get code reviewed to hell. Thanks!

The issue you linked is indeed quite similar, both using masstransit but a different underlying messaging service, so they can be grouped a bit :)