ddcprg opened a new pull request, #9163:
URL: https://github.com/apache/pinot/pull/9163

   Helps fixing #9045
   
   This flag can be used to control whether exceptions thrown by the decoder 
should be ignore. For example, at the moment the CSV decoder throw an exception 
if the payload cannot be decoded, this stops consumption. With this flag users 
may decide to ignore these errors and continue consumption.
   
   Exception will be retied by the consumption loop until the maximum number of 
retires is reached.
   
   Decoders internally may decide to retry themselves when an exception is 
thrown and bubble up the exception as a last resort 


-- 
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...@pinot.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to