Hi,
I am using ConfigurationManagmentGraph APIs to dynamically manage the graphs hosted on the JanusGraph server and TinkerPop Java APIs for construction and execution of Gremlin queries.
However, using this approach I am not able to execute the gremlin traversals that contain a lambda step. I am getting the following exception
java.lang.IllegalArgumentException: Class is not registered: com.research.abc.TransformGroupAggregators$$Lambda$68/1716932897
Note: To register this class use: kryo.register(com.research.abc.TransformGroupAggregators$$Lambda$68/1716932897.class);
Does JanusGraph support lambda steps for remote JanusGraph instances?
Regards,
Udit Sharma