Re: Updating Scala package names while preserving state

2023-02-13 Thread Thomas Eckestad
My conclusions. First, I think it would be good to clarify the background. The class for which I changed the package/namespace is a POJO class which is part of the applications state. According to the official Flink documentation on state evolution: Class name of the POJO type cannot change, in

Updating Scala package names while preserving state

2023-02-07 Thread Thomas Eckestad
Hi, I would like to change the package name of our Scala code from com.company.foo.something to com.company.bar.something while preserving the state. How can I make a Savepoint from an application built with com.company.foo.something and make that Savepoint compatible with new code built from