mcvsubbu commented on issue #9045: URL: https://github.com/apache/pinot/issues/9045#issuecomment-1181965257
The reason current behavior exists is to not have data loss. But then when I look at the code, it seems that the transform logic can throw exceptions and we do not stop consuming. I see no reason why decoder can also be put into the [try/catch](https://github.com/apache/pinot/blob/master/pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/LLRealtimeSegmentDataManager.java#L524). This way, consumption will not stop unless underlying stream has a problem. @sajjad-moradi ? -- 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]
