Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
1
Attachments
Issue Links
- relates to
-
JCBC-1566 Defer reactive management APIs
-
- Resolved
-
For Gerrit Dashboard: JCBC-1685 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
133756,2 | JCBC-1685 Revert redundant deferral of reactive management APIs | master | couchbase-jvm-clients | Status: MERGED | +2 | +1 |
133828,2 | JCBC-1685 Revert redundant deferral of reactive management APIs | colossus | couchbase-jvm-clients | Status: MERGED | +2 | +1 |
Activity
Summary | Revert redundant deferment of reactive APIs | Revert redundant deferral of reactive APIs |
Summary | Revert redundant deferral of reactive APIs | Revert redundant deferral of reactive management APIs |
Status | New [ 10003 ] | Open [ 1 ] |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
The extra deferral in
JCBC-1566was unnecessary, since Reactor.toMono(Supplier<CompletableFuture>) and Reactor.toFlux(Supplier<CompletableFuture>) already defer execution.