Azure / durabletask

Durable Task Framework allows users to write long running persistent workflows in C# using the async/await capabilities.
Apache License 2.0
1.47k stars 287 forks source link

[WIP] add mitigation for misrouted messages #1068

Open davidmrdavid opened 2 months ago

davidmrdavid commented 2 months ago

Work in progress - experiment following the pattern here (https://github.com/Azure/durabletask/pull/1063) to mitigate misrouted messages in cases where partitionCount is changed on an existing taskhub