Hi, In the blog https://github.com/koeninger/kafka-exactly-once/blob/master/blogpost.md
It is mentioned that enabling checkpoint works as long as the app jar is unchanged. If I want to upgrade the jar with the latest code and consume from kafka where it was stopped , how to do that ? Is there a way to read the binary object of the checkpoint during init and use that to start from offset ? Thanks Vimal
