sebastienviale commented on PR #16684: URL: https://github.com/apache/kafka/pull/16684#issuecomment-2252641434
do we have to consider that the the first point of this comment https://github.com/apache/kafka/pull/16684#issuecomment-2250417070 is enough ? _Checking in ProcessorNode#process if rawRecord != null before accessing the raw key and the raw value. It is the safest approach for me and will avoid crashing to NPE. The drawback is the processing exception handler can end up with no sourceRawKey nor sourceRawValue while the values are actually available in upstream_ -- 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]
