showuon commented on a change in pull request #8623:
URL: https://github.com/apache/kafka/pull/8623#discussion_r427054507



##########
File path: docs/connect.html
##########
@@ -129,9 +129,11 @@ <h4><a id="connect_transforms" 
href="#connect_transforms">Transformations</a></h
     <p>The file source connector reads each line as a String. We will wrap 
each line in a Map and then add a second field to identify the origin of the 
event. To do this, we use two transformations:</p>
     <ul>
         <li><b>HoistField</b> to place the input line inside a Map</li>
-        <li><b>InsertField</b> to add the static field. In this example we'll 
indicate that the record came from a file connector</li>

Review comment:
       Yes, you're right! After 2nd reading, it indeed refer to the content 
coming from a file in `InsertField`. I'll revert this change back. Thanks.




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