vvcephei commented on a change in pull request #11534:
URL: https://github.com/apache/kafka/pull/11534#discussion_r803052837
##########
File path:
streams/src/main/java/org/apache/kafka/streams/processor/internals/RecordDeserializer.java
##########
@@ -70,7 +70,10 @@
} catch (final Exception deserializationException) {
final
DeserializationExceptionHandler.DeserializationHandlerResponse response;
try {
- response =
deserializationExceptionHandler.handle(processorContext, rawRecord,
deserializationException);
+ response = deserializationExceptionHandler.handle(
+ (InternalProcessorContext<?, ?>) processorContext,
Review comment:
Oy. Do you mind filing a `needs-kip` Jira to migrate
DeserializationExceptionHandler to the new API?
--
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]