Hi, How do I do Guava Immutable collections serialization in Flink?
I am getting error Caused by: java.io.NotSerializableException: de.javakaffee.kryoserializers.guava.ImmutableMapSerializer when I register ImmutableMap to be serialized by the ImmutableMapSerializer. I am using the latest version of 0.38. -- Cheers, Shaosu