DR1N0 commented on PR #3285: URL: https://github.com/apache/tinkerpop/pull/3285#issuecomment-3621719860
> You mentioned that: > > > many modern graph database deployments use alternative protocols like gRPC > > Could you elaborate on that? I'd be curious to know which ones are offering this that support TinkerPop. That's an overstating description. gRPC isn't widespread yet. I'm working for eBay and we have an internal graph DB that is using gRPC for connection. The problem I met was that MessageSerializer was exposed in Java, but not in go driver, forcing me to fork the whole gremlin-go to do the same thing that java client already did. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
