Re: [tinkerpop] 03/04: Add a runnable example of a Thrift client sending graphs to a server over TChannel

2021-07-07 Thread Joshua Shinavier
FYI, I have extended the example to use the Protobuf-like solution for domain-specific objects which I mentioned above. The overall flow of the example is this: - The client creates and populates a TinkerGraph instance. One of the properties has the key "livesIn" and a value which is an inst

Re: [tinkerpop] 03/04: Add a runnable example of a Thrift client sending graphs to a server over TChannel

2021-07-07 Thread Joshua Shinavier
Hi Stephen, Good questions. Let's elevate this discussion (about the specifics of graphs and traversal results over Thrift) to the dev list. See inline. On Wed, Jul 7, 2021 at 5:08 AM Stephen Mallette wrote: > So, what happens if a returned Vertex contained a ByteBuffer or > InetAddress as a p