[
https://issues.apache.org/jira/browse/NIFI-1834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matt Brown updated NIFI-1834:
-----------------------------
Attachment: 0001-PutTCP-Processor-created.patch
Patch uploaded to create a PutTCP Processor.
I've added two new properties to AbstractPutEventProcessor that are specific to
this processor.
1) Outgoing Message Delimiter - optional string value used to delimit the
application layer messages being transmitted over the TCP connection. This is
similar to the Batching Message Delimiter on the ListenTCP Processor.
2) Connection Per FlowFile - option to send each FlowFiles contents over a
single TCP connection. The default value for this property is false i.e. send
over the same TCP connection.
> Create PutTCP Processor
> -----------------------
>
> Key: NIFI-1834
> URL: https://issues.apache.org/jira/browse/NIFI-1834
> Project: Apache NiFi
> Issue Type: New Feature
> Components: Extensions
> Reporter: Matt Brown
> Priority: Minor
> Attachments: 0001-PutTCP-Processor-created.patch
>
>
> Create a PutTCP Processor to send FlowFile content over a TCP connection to a
> TCP server.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)