-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Reactive Streams
-
None
-
Fully Compatible
-
Not Needed
BatchCursorFlux respects the batch size of its BatchCursorPublisher if any is specified (see BatchCursorFlux.calculateBatchSize). Currently the method ChangeStreamPublisherImpl.withDocumentClass creates a new BatchCursorPublisher but does not propagate its batch size (if specified) to the created BatchCursorPublisher.
I discovered this while trying to run poc-change-streams.json (POC unified tests) with a reactive driver.
- split from
-
JAVA-3990 Implement change stream oplog parsing code for delta oplog entries
- Closed