处理大型 JSON 属性会在 Nifi 中产生错误
Processing large JSON attributes gives errors in Nifi
我有一个 Nifi 流,它处理来自 webhose API 的数据,webhose returns 整个网页的文本结果作为 Json 中的属性。当我尝试使用 EvaluateJsonPath 处理器提取它并将其写入新属性时,它给了我 "nifi processor exception repository failed to update" 错误,内容以 utf8 编码,我知道有 65535 字节的限制Json 中的属性。有解决办法吗?
我相信这个限制应该在这个 JIRA 的 Apache NiFi 1.2.0 中得到解决:
https://issues.apache.org/jira/browse/NIFI-3389
此外,请记住,拥有大量大型属性对性能而言并不理想。
我有一个 Nifi 流,它处理来自 webhose API 的数据,webhose returns 整个网页的文本结果作为 Json 中的属性。当我尝试使用 EvaluateJsonPath 处理器提取它并将其写入新属性时,它给了我 "nifi processor exception repository failed to update" 错误,内容以 utf8 编码,我知道有 65535 字节的限制Json 中的属性。有解决办法吗?
我相信这个限制应该在这个 JIRA 的 Apache NiFi 1.2.0 中得到解决:
https://issues.apache.org/jira/browse/NIFI-3389
此外,请记住,拥有大量大型属性对性能而言并不理想。