[GitHub] [nifi-minifi-cpp] martinzink commented on pull request #1177: MINIFICPP-1644: ProcessSession::read ignores the size/offset of the

2021-09-21 Thread GitBox
martinzink commented on pull request #1177: URL: https://github.com/apache/nifi-minifi-cpp/pull/1177#issuecomment-924047824 The current read callbacks work either - by reading until the size of the stream, this coulld be fixed by wrapping the size() function. - or they read batch-by-b

[GitHub] [nifi-minifi-cpp] martinzink commented on pull request #1177: MINIFICPP-1644: ProcessSession::read ignores the size/offset of the

2021-09-23 Thread GitBox
martinzink commented on pull request #1177: URL: https://github.com/apache/nifi-minifi-cpp/pull/1177#issuecomment-925744495 After consulting with @adamdebreceni I also changed the BufferStream::seek() to function as an absolute seeker (like the other stream implementations) and not like a