aakashnshah commented on a change in pull request #8858:
URL: https://github.com/apache/kafka/pull/8858#discussion_r439761095



##########
File path: docs/connect.html
##########
@@ -258,6 +258,29 @@ <h4><a id="connect_rest" href="#connect_rest">REST 
API</a></h4>
         <li><code>GET /</code>- return basic information about the Kafka 
Connect cluster such as the version of the Connect worker that serves the REST 
request (including git commit ID of the source code) and the Kafka cluster ID 
that is connected to.
     </ul>
 
+    <h4><a id="connect_errorreporting" href="#connect_errorreporting">Error 
Reporting in Connect</a></h4>
+
+    <p>Kafka Connect provides error reporting for errors encountered along 
various stages of processing in Kafka Connect. A connector can be configured to 
enable log reporting, which logs the error context along with the standard 
application logs, as well as to enable dead letter queue reporting (within sink 
connectors only), which will write the original record (from the Kafka topic 
the sink connector is consuming from) into a configurable Kafka topic. 
Configuring these reporters will enable for automatic error reporting along 
both the conversion and transformation stages of Connect. For error reporting 
for records after they reach the connector, the <code>Errant Record 
Reporter</code> must be implemented within the specific connector along with 
the configuration.</p>

Review comment:
       @rhauch This looks good to me! I just have a few suggestions to your 
suggestion that I will add in the commit. 




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