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

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

Commit f87d2a2f572692a7e0a4078822539f424a0438e7 in nifi's branch 
refs/heads/master from [~bbende]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=f87d2a2 ]

NIFI-4157 Improvements to PutTCP

Signed-off-by: Bryan Bende <bbe...@apache.org>
Signed-off-by: Pierre Villard <pierre.villard...@gmail.com>

This closes #1989.


> Improve PutTCP
> --------------
>
>                 Key: NIFI-4157
>                 URL: https://issues.apache.org/jira/browse/NIFI-4157
>             Project: Apache NiFi
>          Issue Type: Improvement
>            Reporter: Bryan Bende
>            Assignee: Bryan Bende
>
> Currently PutTCP reads the entire content of a flow file into memory in a 
> ByteArrayOutputStream and then sends the bytes of the BAOS over the 
> connection. We should stream the flow file's InputStream to the socket's 
> OutputStream.
> We also should make the Outgoing Message Delimiter optional for cases where 
> the data is already in the desired format.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to