Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
-
1
-
SDK28
Description
Suggested release note:
When KV traffic capture is enabled, each
`ReadTrafficCapturedEvent` now contains a single protocol frame, and the human-readable frame description is more accurate.
TrafficCaptureHandler tries to dissect Couchbase Binary Protocol packets if it's capturing traffic on a KV connection. However, MemcacheProtocolDecodeHandler appears in the pipeline after TrafficCaptureHandler, so traffic capture is not happening along packet boundaries, so the packet dissection sometimes fails or is misleading.