Gábor Gyimesi created MINIFICPP-2565:
----------------------------------------
Summary: Handle compression in site to site messages
Key: MINIFICPP-2565
URL: https://issues.apache.org/jira/browse/MINIFICPP-2565
Project: Apache NiFi MiNiFi C++
Issue Type: New Feature
Reporter: Gábor Gyimesi
Assignee: Gábor Gyimesi
There is a property of the remote process group input and output ports called
"use compression", (or in json configuration called "useCompression"). This
indicates whether the site to site communication between MiNiFi and NiFi
instances should use compressed payloads.
Currently this flag is ignored and "false" value is indicated at all times. We
should add support for indicating "true" in the site to site messages if this
is set in the configuration and compressing and decompressing the payload in
the site to site raw tcp and http protocols.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)