Patrick Assuied
Patrick Assuied
Hi @davidfowl, Trying to get rid of Task.Result in our code and follow your approach in [AsyncGuidance.md#concurrentdictionarygetoradd](https://github.com/davidfowl/AspNetCoreDiagnosticScenarios/blob/master/AsyncGuidance.md#concurrentdictionarygetoradd) by storing the Task instead of the actual value. In our tests, it...
## Describe the feature PubSub components promote the usage of CloudEvents to include additional information in the message, including tracing information. However, when working with existing events that do not...
Hi Sebastien, Thanks for this analysis that has been really helpful to understand garbage collection behavior in .NET core. We have been investigating some weird memory issues on docker containers...
## Describe the feature DynamoDB currently doesn't support querying at all and I'm not even sure that's needed for state management. Having said that, being able to use it for...
The current Codec standard json addition (e.g. `NewCodecForStandardJSONFull()`) only seems to support long datetimes and int dates respectively... When passing a date as ISO8601 (e.g. `2024-01-02T19:55:36.654287-08:00`), it throws the following...
## In what area(s)? /area runtime ## Describe the feature Looking into outbox. From looking at doc and the code briefly, I'm noticing some big limitations: - Only seems to...
**What content needs to be created or modified?** Document the new `dapr.io/grpc-port` and `dapr.io/internal-grpc-port` annotations and provide necessary guidance for using it. **Describe the solution you'd like** Add new annotation...
I'm trying to support easier schema evolution so that code with new properties can be deployed before the new schema is published. out of the box, if you have an...
# Description ...and the retry policy is set to retry forever... In some rare occasions, the message would be skipped despite the process being still active... This code should ensure...
## Describe the feature It's currently NOT possible to configure the consumer group rebalance strategy. The default is `range` which sometimes is not ideal. Sarama allows selecting the rebalance strategy...