aws 文档数据库中 mongodb oplog 的替代品是什么来监听集合中的变化?

What is replacement for mongodb oplog in aws document db to listen to changes in collection?

我们在代码中使用 oplog 集合(存在于本地数据库中)来检查事件是否发生在特定数据库上并在我们的 code.But 中触发事件,因为 aws 文档数据库不支持“https://docs.aws.amazon.com/documentdb/latest/developerguide/developerguide.pdf”中提到的 oplog,我们该怎么做?有替代方法吗?

即使在本地 mongodb 也不应该使用 oplog。这是一种已弃用的方法。现代方法是使用 Amazon DocumentDB 支持的 Change Streams:https://docs.aws.amazon.com/documentdb/latest/developerguide/change_streams.html