dan-s1 commented on code in PR #11356:
URL: https://github.com/apache/nifi/pull/11356#discussion_r3444188016


##########
nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-processors/src/main/java/org/apache/nifi/kafka/processors/ConsumeKafka.java:
##########
@@ -94,7 +97,8 @@
         + "configured Record Reader or Record Writer, the contents of the 
message will be written to a separate FlowFile, and that FlowFile will be 
transferred to the "
         + "'parse.failure' relationship. Otherwise, each FlowFile is sent to 
the 'success' relationship and may contain many individual messages within the 
single FlowFile. "
         + "A 'record.count' attribute is added to indicate how many messages 
are contained in the FlowFile. No two Kafka messages will be placed into the 
same FlowFile if they "
-        + "have different schemas, or if they have different values for a 
message header that is included by the <Headers to Add as Attributes> 
property.")
+        + "have different schemas, or if they have different values for a 
message header that is included by the <Headers to Add as Attributes> property. 
"
+        + "Kafka Record Header values selected for output are represented 
according to the Header Format property: as text decoded with the configured 
Header Encoding character set, or as a lowercase hexadecimal string for 
binary-safe output.")

Review Comment:
   Checkstyle is complaining the length of this line exceeds the permitted 
length of 200 characters.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to