Class MongoContinuousStream

  • All Implemented Interfaces:
    ContinuousStream, SparkDataStream

    public class MongoContinuousStream
    extends java.lang.Object
    implements ContinuousStream
    MongoContinuousStream defines how to read a stream of data from MongoDB.

    Utilizes MongoDBs change stream functionality, the continuous streams will consist of change events.

    Note: Requires MongoDB 4.2+ To support continuing a change stream after a collection has been dropped.