-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JCBC-2170 (1/n) Don't switch schedulers when converting reactive quer…
…y result Motivation ---------- Groundwork for asserting reactive results are published on the user's custom Scheduler. Modifications ------------- In reactive returnQueryResult(), build a fully non-blocking reactive chain instead of switching to bounded elastic scheduler and blocking. Rework the relevant utility methods in ContentAsUtil to support the reactive chain. Change-Id: Ifab9e60ef71f8c6e8011bf9ac303eea7fdddcb92 Reviewed-on: https://review.couchbase.org/c/couchbase-jvm-clients/+/218707 Tested-by: Build Bot <[email protected]> Reviewed-by: Michael Reiche <[email protected]> Reviewed-by: Graham Pople <[email protected]>
- Loading branch information
Showing
3 changed files
with
58 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters