Solutionunvalidated
How can I get hold of the query metrics in this async setup? — The Couchbase documentation mentions to switch to the Reactive and Async APIs. Tension: the blocking API is really just a wrapper: it contains both the rows and the metadata (including metrics). In the reactive API this is split. Outcome: you can also call `result.metaData()` to access metrics, warnings, and the rest of the metadata.
e89bcdb2-04b7-401a-a2d5-e969b839ac3d
How can I get hold of the query metrics in this async setup? — The Couchbase documentation mentions to switch to the Reactive and Async APIs. Tension: the blocking API is really just a wrapper: it contains both the rows and the metadata (including metrics). In the reactive API this is split. Outcome: you can also call result.metaData() to access metrics, warnings, and the rest of the metadata.