nikunjratanpara edited a comment on issue #10970:
URL: https://github.com/apache/druid/issues/10970#issuecomment-885599507


   I have logParseException : true and We know why it is unparsed but ingestion 
get halted with Tasks failing , It is not skipping that event from kafka. 
   Is there a way I can skip that event and ingest others?
   
   Below is my ingestion spec.
   {
     "type": "kafka",
     "dataSchema": {
       "dataSource": "data-source",
       "parser": {
         "type": "string",
         "parseSpec": {
           "format": "json",
           "timestampSpec": {
             "column": "timestamp",
             "format": "auto"
           },
           "dimensionsSpec": {
             "dimensions": [
               "dimention1",
                        "dimention2",
             ]
           }
         }
       },
       "metricsSpec": [],
       "granularitySpec": {
         "type": "uniform",
         "segmentGranularity": "DAY",
         "queryGranularity": {
           "type": "none"
         },
         "rollup": false
       }
     },
     "tuningConfig": {
       "type": "kafka",
       "logParseExceptions": true,
       "maxSavedParseExceptions": 1
     },
     "ioConfig": {
       "topic": "kafka-topic",
       "consumerProperties": {
         "bootstrap.servers": "kafka:9093",
       }
     }
   }


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to