You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/09/04 19:04:00 UTC

[jira] [Commented] (NIFI-2827) CompressContent should support brotli (MIT) and zstd (BSD)

    [ https://issues.apache.org/jira/browse/NIFI-2827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17600091#comment-17600091 ] 

ASF subversion and git services commented on NIFI-2827:
-------------------------------------------------------

Commit 64acd8b1c5f84473e3d07e23450570a9dc8c4242 in nifi's branch refs/heads/main from Matthew Hawkins
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=64acd8b1c5 ]

NIFI-2827 Adding zstd-jni to the necessary pom.xml. It's already in the LICENSE.
NIFI-2827 Update CompressContent.java to use zstd compression format
NIFI-2827 Update test cases for CompressContent.java to include zstd format
NIFI-2827 Update JsonRecordSetWriter.java to enable zstd compression format

This closes #6294

Signed-off-by: Mike Thomsen <mt...@apache.org>


> CompressContent should support brotli (MIT) and zstd (BSD)
> ----------------------------------------------------------
>
>                 Key: NIFI-2827
>                 URL: https://issues.apache.org/jira/browse/NIFI-2827
>             Project: Apache NiFi
>          Issue Type: New Feature
>            Reporter: Andre F de Miranda
>            Priority: Major
>         Attachments: NIFI-2827-clvl.patch, NIFI-2827-zstd.patch, ZstdTests.ods
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> brotli and zstd are gaining lots of momentum across the IoT sphere and I suspect it would be a nice to have in NiFi to be able to support those two emerging compression algorithms.
> Both brotli and zstd JAVA implementations are JNIs 
> https://github.com/MeteoGroup/jbrotli (ASL 2)
> https://github.com/luben/zstd-jni (3 clause BSD)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)