I've been struggling to understand the Azure Cosmos DB official docs.
This link shows that change feed can work with the "MongoDB" : Change feed in Azure Cosmos DB
But the following paragraph is what is confusing me:
So my question is following can Azure Cosmos DB Change Feed work with MongoDB API (Not using change stream!)?
The documentation on this on the web is scarce and I can't find useful information on this subject.
To me it would make sense that change feed is supported since the Mongo API is just a layer over Cosmos DB but nothing would surprise me.
In case change stream is supported but not change feed, is it possible to define the oplog retention time or size, if not what are the defaults? (Again almost impossible information to find on the internet).