mjsax commented on code in PR #17710:
URL: https://github.com/apache/kafka/pull/17710#discussion_r1833597228
##########
streams/src/test/java/org/apache/kafka/streams/processor/internals/StreamTaskTest.java:
##########
@@ -2795,10 +2914,8 @@ public void
punctuateShouldThrowStreamsExceptionWhenProcessingExceptionHandlerRe
when(stateManager.taskId()).thenReturn(taskId);
when(stateManager.taskType()).thenReturn(TaskType.ACTIVE);
task = createStatelessTask(createConfig(
- AT_LEAST_ONCE,
"100",
- LogAndFailExceptionHandler.class.getName(),
Review Comment:
Same answer as above,
If helpful, happy to split out the refactoring into it's own PR (or maybe
even multiple to make it simpler to follow -- it's a little messy...)
--
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]