nervgh commented on issue #1296:
URL: 
https://github.com/apache/camel-kafka-connector/issues/1296#issuecomment-1018568012


   I'm closing the issue because I've found the answer recently:
   
   > ### Connect Reporter
   > 
   > The Kafka Connect Reporter submits the result of a sink operation to a 
reporter topic. After successfully sinking a record or following an error 
condition, the Connect Reporter is called to submit the result report. The 
report is constructed to include details about how the original record was 
handled along with additional information about the sink event. These records 
are written to configurable success and error topics for further consumption. 
The following is an example of the basic Connect Reporter configuration 
properties added to a sink connector configuration:
   > 
   > ```propertires
   > reporter.bootstrap.servers=localhost:9092
   > reporter.result.topic.name=success-responses
   > reporter.result.topic.replication.factor=1
   > reporter.error.topic.name=error-responses
   > reporter.error.topic.replication.factor=1
   > ```
   > 
   
   
https://docs.confluent.io/home/connect/self-managed/userguide.html#kconnect-reporter


-- 
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: commits-unsubscr...@camel.apache.org

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


Reply via email to