dotnet / aspire

Tools, templates, and packages to accelerate building observable, production-ready apps
https://learn.microsoft.com/dotnet/aspire
MIT License
3.89k stars 469 forks source link

RabbitMQ Stream Client component #1693

Open snovak7 opened 10 months ago

snovak7 commented 10 months ago

Like classic RabbitMQ Client, it would be great to support Stream Client as a component

DamianEdwards commented 10 months ago

This would be to integrate this client, yes? It seems this package has very light use in the ecosystem currently so likely wouldn't be something we prioritize for now.

snovak7 commented 10 months ago

@DamianEdwards yes

snovak7 commented 10 months ago

To some degree I already have the code, needs to be adjusted to Aspire & maybe some features like Telemetry.

I'll provide a PR if I manage to do the code

DamianEdwards commented 10 months ago

Thanks, but just to set expectations, this isn't currently a priority for us to review and accept. We're focused on getting our initial GA release out the door right now and an "official" Aspire component for RabbitMQ streams isn't part of that.

snovak7 commented 10 months ago

Of course!