Azure / Azurite

A lightweight server clone of Azure Storage that simulates most of the commands supported by it with minimal dependencies
MIT License
1.8k stars 320 forks source link

Support for storage blob change feed #1349

Open jamesnetherton opened 2 years ago

jamesnetherton commented 2 years ago

Is there any support in Azurite for the storage blob change feed?

If I try to use it, then I see the log message:

ERROR [com.azu.sto.blo.cha.Changefeed] (reactor-http-epoll-1) Changefeed has not been enabled for this account.

So I was wondering if there was a way to enable it, or is it just not supported at all?

blueww commented 2 years ago

@jamesnetherton Changefeed is still not supported by Azurite. Besides that, changefeed need to be enabled from management plane API, and Azurite also doesn't support management plane API, but only dataplane currently.

Exitare commented 2 years ago

Are there any plans to support change feed in the future?

blueww commented 2 years ago

@Exitare We can use the issue to track the changefeed request. However, we currently don't have an ETA for support changefeed.

dvag-joerg-winter commented 2 years ago

+1 If changefeed is stable on Azure (is it yet stable btw ?), it should be supported by this emulator.

waszak commented 2 years ago

It would be nice to have changefeed