Hi, we've written a custom Kryo serializer. As far as I can tell, Storm doesn't use serialization if you're running it in local mode.
Yet, we need to be able to test our custom Kryo serializer, preferably locally. Is it possible to test the serializer locally to ensure that it actually works?
