I'm using storm 0.93 with titan 0.5.4. Titan is running in the same VM as my application and communicates with cassandra database running externally.
When I deploy my topology to storm, one of the bolts uses titan's API to do some query. I get the following exception: com.esotericsoftware.kryo.KryoException: Encountered unregistered class ID: 10.
This is because Titan and storm uses slightly different kyro versions. Titan uses 2.22 and storm uses 2.21.
Any advice on how I can work around this problem?
Thanks.