Convert durable entity to new class format
reisenberger opened this issue · 2 comments
reisenberger commented
Durable Task extension 2.0.0-beta2 release has a new class-based approach to expressing operations on and property state of entities - more concise and makes calls strongly-typed.
We should simplify DurableCircuitBreakerEntity
(and associated calls into it) to that approach.
Reference: https://docs.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-preview#net-programing-models for more information.
joelhulen commented
I'll take this one on.
reisenberger commented
@joelhulen I have a talk on durable entities in November, and fixed this up as part of that. Just pushed and merged the changes now.