adamdebreceni commented on a change in pull request #1037:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1037#discussion_r600565978



##########
File path: PROCESSORS.md
##########
@@ -971,13 +971,13 @@ In the list below, the names of required properties 
appear in bold. Any other pr
 |**Known Brokers**|||A comma-separated list of known Kafka Brokers in the 
format <host>:<port><br/>**Supports Expression Language: true**|
 |Max Flow Segment Size|0 B||Maximum flow content payload segment size for the 
kafka record. 0 B means unlimited.|
 |Max Request Size|||Maximum Kafka protocol request message size|
-|Message Key Field|||The name of a field in the Input Records that should be 
used as the Key for the Kafka message.
-Supports Expression Language: true (will be evaluated using flow file 
attributes)|
-|Message Timeout|30 sec||The total time sending a message could 
take<br/>**Supports Expression Language: true**|
+|Kafka Key|||The key to use for the message. If not specified, the UUID of the 
flow file is used as the message key.<br/>**Supports Expression Language: 
true**|

Review comment:
       nitpick: other properties seem to be in an alphabetical order




-- 
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.

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


Reply via email to