Shmulik Klein

Results 8 comments of Shmulik Klein

@t1 I would really like to help with the Quarkus extension, where can I start from?

Thanks @phillip-kruger. @t1 @phillip-kruger Just to make sure that I understand it correctly - `quarkus-smallrye-graphql` Quarkus extension, generates the graphql schema at build time (Augmentation), so it can't work with...

Another small question (+@t1), is it possible to use `smallrye-graphql` + `smallrye-graphql-federation-runtime` dependencies on quarkus to get graphql federation support? I tried to do so with `undertow` + `smallrye-graphql-servlet`, but...

My intuition was to combine the extensions, but this sounds better. I'll look into that.

@t1 I had to overcome the following issue #963 to be able to run the maven plugin and to better understand the `schema-builder` flow. I understand that the schema builder...

> Sorry for not coming back to this earlier, I was on vacation. How far do you think you are? I'm just exploring the code a bit. Sorry for the...

@romange If not assigned, I'll take this one. 1. Is `DFLY_BIN` is already used? can it be more explicit such as `DRAGONFLY_HOME` or `DRAGONFLY_BIN`? 2. In the fallback, did you...

Breaking down this issue into subtasks, here is the current status: - [x] Add `dragonfly_db` fixture to set up and tear down a DragonflyDB process - [x] Flush all records...