Uploaded image for project: 'TinkerPop'
  1. TinkerPop
  2. TINKERPOP-916

Develop a better "simple" driver for testing and example purposes

    XMLWordPrintableJSON

Details

    Description

      We currently have a some "simple" drivers here:

      https://github.com/apache/incubator-tinkerpop/tree/b2ef5a369684903086e4c10b81cfbc47ff80f6bd/gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/simple

      They are "simple" in that they don't do anything smart and are very no-frills. They don't hide very much in their implementations which makes them good for forcing certain behaviors in Gremlin Server tests. That said, they kinda stink and are awkward to work with. Would be nice if they were a bit more refined in what they do.

      I think they should minimally work in such a fashion where you can send a blocking request (in addition to callback-style one that's already there of course). Basically, it should be easy to send a raw RequestMessage and get back a ResponseMessage.

      Attachments

        Activity

          People

            spmallette Stephen Mallette
            spmallette Stephen Mallette
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: