martinzink commented on a change in pull request #1188:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1188#discussion_r736699005



##########
File path: PROCESSORS.md
##########
@@ -295,6 +296,29 @@ In the list below, the names of required properties appear 
in bold. Any other pr
 | - | - |
 |success|FlowFiles that are sent successfully to the destination are 
transferred to this relationship|
 
+## DefragmentText
+
+### Description
+
+DefragmentText splits and merges incoming flowfiles so cohesive messages are 
not split between them
+### Properties
+
+In the list below, the names of required properties appear in bold. Any other 
properties (not in bold) are considered optional. The table also indicates any 
default values, and whether a property supports the NiFi Expression Language.
+
+| Name | Default Value | Allowable Values | Description |
+| - | - | - | - |
+|**Pattern**|||A regular expression to match at the start or end of messages.|
+|Pattern Location|Start of Message|Start of Message<br>End of Message|Whether 
the pattern is located at the start or at the end of the messages.|
+|MaxBufferAge||&lt;duration&gt; &lt;time unit&gt;|The maximum age of a buffer 
after which the buffer will be transferred to failure.|
+|MaxBufferSize||&lt;size&gt; &lt;size unit&gt;|The maximum buffer size, if the 
buffer exceed this, it will be transferred to failure.|
+
+### Relationships
+
+| Name | Description |
+| - | - |
+|success|Flowfiles that have no fragmented messages in them|

Review comment:
       sounds better, changed in 
https://github.com/apache/nifi-minifi-cpp/pull/1188/commits/db507183aabe984accb113f7b626150be93ece6b




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to