Re: [Discuss] Expose metadata from Gremlin Server to Clients.

2018-03-07 Thread Stephen Mallette
indows 10 > > From: Stephen Mallette<mailto:spmalle...@gmail.com> > Sent: Tuesday, March 6, 2018 3:53 AM > To: dev@tinkerpop.apache.org<mailto:dev@tinkerpop.apache.org> > Subject: Re: [Discuss] Expose metadata from Gremlin Server to Clients. > > Your summary looks good t

RE: [Discuss] Expose metadata from Gremlin Server to Clients.

2018-03-06 Thread Ashwini Singh
on that and need support for metadata there > as well. > >> Thanks for bringing this up. Just wanted to understand how we track > >> issues at tinkerpop, Can we spilt the change to support for gremlin > >> request/script first and bytecode/traversal separately? If we prefer > &g

Re: [Discuss] Expose metadata from Gremlin Server to Clients.

2018-03-06 Thread Stephen Mallette
support for metadata there > as well. > >> Thanks for bringing this up. Just wanted to understand how we track > >> issues at tinkerpop, Can we spilt the change to support for gremlin > >> request/script first and bytecode/traversal separately? If we prefer > >> to split the chang

RE: [Discuss] Expose metadata from Gremlin Server to Clients.

2018-03-05 Thread Ashwini Singh
? Please add if I am missing something. Thanks a lot, Ashwini Singh Software Engineer @ Azure Cosmos DB -Original Message- From: Stephen Mallette Sent: Friday, March 2, 2018 4:49 AM To: dev@tinkerpop.apache.org Subject: Re: [Discuss] Expose metadata from Gremlin Server to Clients

Re: [Discuss] Expose metadata from Gremlin Server to Clients.

2018-03-02 Thread Stephen Mallette
aversal separately? If we prefer to split the change >> in chunks, but completely fine with one change. >> >> Thanks, >> Ashwini Singh >> Software Engineer @ Azure Cosmos DB >> >> -----Original Message----- >> From: Stephen Mallette >> Sent: Wednesda

Re: [Discuss] Expose metadata from Gremlin Server to Clients.

2018-03-01 Thread Stephen Mallette
: Wednesday, February 28, 2018 9:58 AM > To: dev@tinkerpop.apache.org > Subject: Re: [Discuss] Expose metadata from Gremlin Server to Clients. > > This newly created issue might be related to this in some way: > > https://na01.safelinks.protection.outlook.com/?url= > htt

RE: [Discuss] Expose metadata from Gremlin Server to Clients.

2018-02-28 Thread Ashwini Singh
change. Thanks, Ashwini Singh Software Engineer @ Azure Cosmos DB -Original Message- From: Stephen Mallette Sent: Wednesday, February 28, 2018 9:58 AM To: dev@tinkerpop.apache.org Subject: Re: [Discuss] Expose metadata from Gremlin Server to Clients. This newly created issue might be

Re: [Discuss] Expose metadata from Gremlin Server to Clients.

2018-02-28 Thread Stephen Mallette
R. > The > >> high level approach to achieve this is to have corresponding > >> SubmitAsynWithHeaders() for every SubmitAsync() that returns a > >> encapsulated result with attributes and IReadOnlyCollectio. Let me > know > >> if you see any concerns adding a new

Re: [Discuss] Expose metadata from Gremlin Server to Clients.

2018-02-28 Thread Florian Hockmann
n there and submit PR. The >> high level approach to achieve this is to have corresponding >> SubmitAsynWithHeaders() for every SubmitAsync() that returns a >> encapsulated result with attributes and IReadOnlyCollectio. Let me know >> if you see any concerns adding a new AP

Re: [Discuss] Expose metadata from Gremlin Server to Clients.

2018-02-28 Thread Stephen Mallette
l Message----- > From: Stephen Mallette > Sent: Friday, February 23, 2018 5:13 PM > To: dev@tinkerpop.apache.org > Subject: Re: [Discuss] Expose metadata from Gremlin Server to Clients. > > Adding those kinds of details was the reason we had the > ResponseStatus.attributes Map. I c

RE: [Discuss] Expose metadata from Gremlin Server to Clients.

2018-02-26 Thread Ashwini Singh
a lot, Ashwini Singh Software Engineer @ Azure Cosmos DB -Original Message- From: Stephen Mallette Sent: Friday, February 23, 2018 5:13 PM To: dev@tinkerpop.apache.org Subject: Re: [Discuss] Expose metadata from Gremlin Server to Clients. Adding those kinds of details was the reason we

Re: [Discuss] Expose metadata from Gremlin Server to Clients.

2018-02-23 Thread Stephen Mallette
Adding those kinds of details was the reason we had the ResponseStatus.attributes Map. I can really only speak for the java driver as I only know that one really well (we might need other TinkerPop experts to chime in for python, .net and c#). The java driver doesn't really present ways to get tha

[Discuss] Expose metadata from Gremlin Server to Clients.

2018-02-23 Thread Ashwini Singh
Hi All, We are working on to expose metadata as part of gremlin to response to client. The metadata is simply a property bag to provide special message/hints to the client. But currently client libraries strip off everything and only return the data to the client. Specifically, We want to expo