This is an automated email from the ASF dual-hosted git repository.
mjsax pushed a change to branch 3.9
in repository https://gitbox.apache.org/repos/asf/kafka.git
from aaed1bdd891 KAFKA-16448: Unify class cast exception handling for both
key and value (#16736)
new 2c957a6e5c1 MINOR: simplify code which calles `Punctuator.punctuate()`
(#16725)
new 578fef23558 KAFKA-16448: Handle processing exceptions in punctuate
(#16300)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
checkstyle/suppressions.xml | 2 +-
.../streams/processor/internals/ProcessorNode.java | 7 +-
.../streams/processor/internals/StreamTask.java | 48 +++++++-
.../processor/internals/StreamTaskTest.java | 137 ++++++++++++++++++++-
4 files changed, 179 insertions(+), 15 deletions(-)