-
Notifications
You must be signed in to change notification settings - Fork 34
Custom backend store / queue #434
Copy link
Copy link
Open
Labels
Description
Hello folks!
We are using durable functions outside Azure with the SQL Server backend. This has been not ideal. I see that Netherite has some abstractions in regards to both the queue and the underlying storage.
Could you guys give me a hint what exact interfaces should I implement and how to register them with Netherite so I can use those 3rd party queues/storage? I'm not expecting supports for them in the mainline but I have a peculiar scenario here which I would love to leverage Netherite whole backend and just replace the underlying queueing from EH and Az Blobs to something else.
Any advice would be appreciated.
Thanks!
Reactions are currently unavailable