Hi all, I would like to understand the thoughts of the community and future direction of development for versioning of Gremlin.
Ideally, if a server supports multiple major versions of TP (let’s say TP3 & TP4), the client (GLV) should have the capability to issue a query pertaining to different versions. It could probably be achieved by using different serialization format for different version but IMO, query language should not be coupled with serialziation formats. A better way to achieve it would be to introduce version field in the byte code message itself. What do you think?
