[
https://issues.apache.org/jira/browse/NIFI-9207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17422338#comment-17422338
]
ASF subversion and git services commented on NIFI-9207:
-------------------------------------------------------
Commit 46a5e3f0968ae16d32b378cd422293e7ad4713bf in nifi's branch
refs/heads/main from Paul Grey
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=46a5e3f ]
NIFI-9207 - Added Max Read Size to Distributed Cache Servers
This closes #5420
Signed-off-by: David Handermann <[email protected]>
> Add max read size property to Distributed Cache Servers
> -------------------------------------------------------
>
> Key: NIFI-9207
> URL: https://issues.apache.org/jira/browse/NIFI-9207
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Paul Grey
> Assignee: Paul Grey
> Priority: Minor
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> NiFi services DistributedMapCacheServer and DistributedSetCacheServer include
> a socket-based server, allowing service clients to collaboratively manage a
> cache of data values. IPC is performed via a defined set of APIs, which are
> implemented as a series of raw socket reads and writes.
> Service processing of incoming socket data should validate and limit its
> size, to ensure proper functioning of the server.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)