microsoft / durabletask-go

The Durable Task Framework is a lightweight, embeddable engine for writing durable, fault-tolerant business logic (orchestrations) as ordinary code.
Apache License 2.0
198 stars 25 forks source link

Initialize backend based on backend type #53

Closed ASHIQUEMD closed 9 months ago

ASHIQUEMD commented 9 months ago

Adding a backend factory to initialize the backend based on type provided by caller of dtf-go library.

cgillum commented 9 months ago

@ASHIQUEMD can you provide a link to the discussion that's prompting this PR? It feels a little out of place here without more context.

ASHIQUEMD commented 9 months ago

Closing this PR based on the discussion in dapr/dapr PR.