Fabian Steinbach
Fabian Steinbach
Resiliency - Service Invocation allow to ignore resiliency policy based on response http status code
## In what area(s)? /area runtime ## Describe the feature In a business case it might not be required to always execute the resiliency policy if a http status code...
Currently the **[Topic]** cant be used if the route contains a dynamic part. A example here is a version in the route. **Example dynamic route:** ```csharp [ApiController] [ApiVersion("1.0")] [Route("api/v{v:apiVersion}/example] public...
**What content needs to be created or modified?** https://github.com/dapr/docs/blob/v1.13/daprdocs/static/docs/open-telemetry-collector/open-telemetry-collector-appinsights.yaml **Describe the solution you'd like** The references image `otel/opentelemetry-collector-contrib:0.77.0` is a little bit older. Version 0.100.0 has been released a couple...
## In what area(s)? > /area runtime ## What version of Dapr? > 1.13.2 ## Expected Behavior When setting in the appconfig _increasedCardinality_ to false I don't expect any high...
## Expected Behavior The same application should be able using the _[Topic]_ attribute to subscribe to _CloudEvent_ and _Raw_ messages. The background is that this would easily allow to migrate...
**What content needs to be created or modified?** The dapr pub/sub raw documentation provides a good overview about this functionality. However the details can be hard to understand. Especially when...