You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/07/12 16:36:53 UTC

[GitHub] [pinot] ddcprg commented on issue #9045: Handle poison pills in message decoders

ddcprg commented on issue #9045:
URL: https://github.com/apache/pinot/issues/9045#issuecomment-1181994533

   I was thinking of handling exceptions at decoder level because some exceptions may need retrying and others may be skipped, e.g. in the Avro decoder _"unknown magic byte"_ is a problem with the data and the record can be ignored, however a connectivity issue with the schema registry whilst retrieving the schema should be retried.
   
   Other decoders may need handling specific exceptions as per their logic too.


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

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


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