Nils Hartmann
Nils Hartmann
@davidcsally If there is anything i can do to support you fixing the bug, please let me know.
Note that you explicitly have to add the `__typename` field to your query if you run it from GraphiQL (in apollo dev tools), because GraphiQL doesn't automatically add `__typename`: ```...
ok, I'll merge with my tests and push my work-in-progress state
I'll have a look!
@gunnarmorling , I'll add tests for them. If you don't mind you could merge #25 already. Even the new tests in that PR doesn't cover all cases, they'll provide some...
> Doing those changes for 1.9 and 2.0 definitely is enough. We don't "support" older versions anymore at this point. What about duplicate the current scripts (`build-multi-arch-debezium.sh` for ex) and...
Hi @jcechace! Thanks a lot for your feedback and comments! > The build-all script should likely be extended to allow specifying which components to build. Ideally it should be able...
Hi @jcechace, I pushed some new commits. Inside the repository there is a new `README-build.md` file that describes the steps for building images locally for test. The `build-all` script now...
Hi @jcechace, > Regarding the naming such as DEBEZIUM_DOCKER_REGISTRY_1_NAME... I think this would be better. Maybe even DEBEZIUM_DOCKER_REGISTRY_PRIMARY_NAME. I changed the names to `DEBEZIUM_DOCKER_REGISTRY_PRIMARY_NAME` and `DEBEZIUM_DOCKER_REGISTRY_SECONDARY_NAME`
> although It look like it is quite slow I noticed that too, not sure if this is somehow related to the emulator. I wonder if it really makes sense...