I'm implementing python an application to capture change on DocumentDB using Change Stream feature my design is watching change on all collections in the target database and publish to some message queue to do some processing.
My question is currently DocumentDB support MongoDB API version 3.6 which not support watch change on DB level. Is there a way to watch the change stream on the DB level on the current DocumentDB version.