A record that is received by the Data Collector is not streamed to Kafka topic

A record is received by the Data Collector, but is not streamed to Kafka topic.

Cause

The cause might be that the data cannot be parsed due to the formats of the data.

Solution

All records that cannot be parsed by the Data Collector are written to error.log file. Go to the error.log file under the directory where you put the application.properties file, and check the file for more information about errors. There is an error in each line. An error is made up of the following elements:
calledClass
Specifies which class the error came from.
calledMethod
Specifies where the error occurred.
calledParams
Specifies the source data that causes the error.
errorDetail
Specifies the error stack trace.
description
Briefly describes the current task.