DocumentDB Elastic Cluster - Change Streams

0

I have a DocumentDB Elastic Cluster and I am attempting to enable change streams on it.

I followed the steps provided here: https://docs.aws.amazon.com/documentdb/latest/developerguide/change_streams.html

But I receive the following error when attempting to execute the adminCommand:

Unknown admin command modifyChangeStreams

Are change streams supported on Elastic Clusters? If so, what am I doing wrong?

已提問 1 年前檢視次數 541 次
1 個回答
2

Amazon DocumentDB clusters with auto-scaling enabled, including DocumentDB Elastic Clusters, do not currently support change streams. This could be why you're getting an error when attempting to run the admin command modifyChangeStreams.

You could use a non-elastic Amazon DocumentDB cluster or disable auto scaling on your Elastic Cluster if you want to use change streams. You could also use another database service that supports change streams, such as MongoDB Atlas or self-managed MongoDB.

profile picture
專家
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南