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?

demandé il y a un an541 vues
1 réponse
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
EXPERT
répondu il y a un an

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions