[
https://issues.apache.org/jira/browse/MINIFICPP-72?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16206170#comment-16206170
]
ASF GitHub Bot commented on MINIFICPP-72:
-----------------------------------------
Github user minifirocks commented on a diff in the pull request:
https://github.com/apache/nifi-minifi-cpp/pull/146#discussion_r144901568
--- Diff: libminifi/include/processors/MergeContent.h ---
@@ -67,15 +70,19 @@ class BinaryConcatenationMerge : public MergeBin {
~ReadCallback() {
}
int64_t process(std::shared_ptr<io::BaseStream> stream) {
- uint8_t buffer[buffer_size_];
--- End diff --
@apiri fixed for incremental read
> Add tar and compression support for MergeContent
> ------------------------------------------------
>
> Key: MINIFICPP-72
> URL: https://issues.apache.org/jira/browse/MINIFICPP-72
> Project: NiFi MiNiFi C++
> Issue Type: New Feature
> Affects Versions: 1.0.0
> Reporter: bqiu
> Fix For: 1.0.0
>
>
> Add tar and compression support for MergeContent
> will use the https://www.libarchive.org
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)