sebastienviale commented on code in PR #16432:
URL: https://github.com/apache/kafka/pull/16432#discussion_r1694872670
##########
streams/src/main/java/org/apache/kafka/streams/errors/internals/DefaultErrorHandlerContext.java:
##########
@@ -90,4 +105,8 @@ public String processorNodeId() {
public TaskId taskId() {
return this.taskId;
}
+
+ public ProcessorContext processorContext() {
Review Comment:
done
##########
streams/src/main/java/org/apache/kafka/streams/errors/internals/DefaultErrorHandlerContext.java:
##########
@@ -51,6 +53,19 @@ public DefaultErrorHandlerContext(final String topic,
this.taskId = taskId;
}
+ public DefaultErrorHandlerContext(final ProcessorContext processorContext,
Review Comment:
done
--
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]