You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: