FrankChen021 commented on issue #10970: URL: https://github.com/apache/druid/issues/10970#issuecomment-793889792
What's the format of records in Kafka, JSON ? If it's JSON, I think there won't be such exceptions because producers always use some JSON library to produce well-formatted messages. So in our systems, we don't care such exceptions and have no advice for you how to handle these exceptions. But I know there's a parameter [logParseException](https://druid.apache.org/docs/latest/development/extensions-core/kafka-ingestion.html#kafkasupervisortuningconfig), which I have never used before, provided in supervisor to log unparsed records. ---------------------------------------------------------------- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
