Aman Mangal

Results 27 comments of Aman Mangal

> > _[Reviewable](https://reviewable.io/reviews/dgraph-io/dgraph4j/85)_ status: 0 of 4 files reviewed, 1 unresolved discussion (waiting on @gitlw and @mangalaman93) > > _[build.gradle, line 57 at r1](https://reviewable.io/reviews/dgraph-io/dgraph4j/85#-Lc7LcCQ-3Y63fPbyN9_:-Lc7LcCQ-3Y63fPbyN9a:basi18c) ([raw file](https://github.com/dgraph-io/dgraph4j/blob/4bb55a4930cd27be2e175a8ca19c3a5f51210def/build.gradle#L57)):_ > > > ```groovy-gradle...

As of now, we don't release any shaded library. The problem in us releasing the library and specifically shading grpc is that, the users are expected to import grpc as...

It'd be pretty useful to only execute one goroutine when `next` or `step` is executed. Currently, all the goroutine make progress, which makes it harder to debug a particular scenario...

Hi @cyucelen, this was just an idea that we could work on in future. Our current focus is to build Kafka like APIs for bigqueue which essentially allow multiple iterators...

Give me another week or so, we should have more fine grained issues created that you can help with. We are in the process of finalizing the kafka like APIs.

related to https://github.com/dgraph-io/dgraph4j/issues/97

A few questions - * Why not use `+` in json format as well? (That also leads to the side note, below) * What about Upsert on facets? * What...

I believe this is too much to expect from the query language. This should be done through a script instead.

This would just be same as running the query after executing the mutation. That problem in returning a response after mutation is that the mutation may or may not have...

Hi, what is pending to get this PR merged? I am happy to spend some time to get it to completion. We need this change as soon as possible. We...