Mauro Servienti
Mauro Servienti
It would be better to use generics.
Fix #498 Introduces Scatter/Gather support. Given an incoming HTTP request matching the configured template, the request will be fanout to downstream endpoints identified by each `Gatherer`. ```csharp app.UseEndpoints(builder => {...
A potential user's use case is to compose a set of responses from different sources. Those responses are structurally all the same. It would be possible to expose a configuration...
Subscribers must be decorated with the HTTP* attribute to reduce the number of subscriptions/subscribers for every web request.
ASP.Net Controllers support decorating the controller class with the route attribute. As of today, the composition handler class contains only one single `Handle` method making the route prefixing feature less...
Sort by multiple attributes (as in by attribute A, and then by attribute B, and then by ...) is the most problematic one. https://milestone.topics.it/view-model-composition/2020/01/27/paging-and-sorting-in-distributed-systems-oh-my.html
https://docs.microsoft.com/en-us/aspnet/core/mvc/controllers/routing