Uploaded image for project: 'Rust Driver'
  1. Rust Driver
  2. RUST-521

Implement `ChangeStreamGetMore` operation

    • Type: Icon: New Feature New Feature
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 2.2.0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

      As the next part of implementing change streams, we need to define a ChangeStreamGetMore struct that implements Operation. This operation should wrap the GetMore operation, calling Aggregate::build and Aggregate::handle_response in its own respective build and handle_response methods.

      Additionally, the poll_next methods on the ChangeStream's Stream implementation should be updated to create and execute a ChangeStreamGetMore operation, following the pattern used in the Cursor's poll_next implementation.

            Assignee:
            abraham.egnor@mongodb.com Abraham Egnor
            Reporter:
            sam.rossi@mongodb.com Samuel Rossi (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: