aspirant-project / aspirant

Extensions for .NET Aspire
MIT License
57 stars 5 forks source link

Possibile improvements to the YARP resources #14

Open Kralizek opened 3 months ago

Kralizek commented 3 months ago

The YARP resource is a nice way to convert the Tye "ingress" node and I am using it in the latest application I'm migrating from Tye to Aspire.

This conversion made me wonder if it's possible to give the Yarp resource a OT identity so that it's shown in traces.

Then I'm proceeding to convert my other application. This one uses two distinct "ingress" nodes and, as I can see, there is a "Single" check to make sure there is only one Yarp resource. Is there a way to remove this constraint?