Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
6.1, 6.2, 6.3
Description
While using srcField, RecordingJsonParser produce incomplete json when updated document stream is larger than buffer size (8192).
Fast fix is to align all documents in stream to buffer size. Another is attached in patch bellow.