GitHub user vjagadish1989 opened a pull request: https://github.com/apache/samza/pull/408
SAMZA-1560: Handle key-serde errors in KafkaCheckpointManager You can merge this pull request into a Git repository by running: $ git pull https://github.com/vjagadish1989/samza kcm-fix Alternatively you can review and apply these changes as the patch at: https://github.com/apache/samza/pull/408.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #408 ---- commit 25ee459014fd4daec43013f76249217d5d849154 Author: Jagadish <jvenkatraman@...> Date: 2018-01-17T23:58:49Z Skip checkpoint validations for Key Serdes commit 2bbd9ef56e26ca207a78a1b5e4b5dc8527e4f670 Author: Jagadish <jvenkatraman@...> Date: 2018-01-18T00:44:04Z Handle Serde errors in KafkaCheckpointManager with a validateCheckpoints flag ---- ---