You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2021/03/09 13:21:03 UTC

[GitHub] [druid] FrankChen021 commented on issue #10970: Handling unparsed records in kafka ingestion

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org