Open n2taylor opened 2 years ago
This is a regression which was introduced by https://github.com/devshawn/kafka-gitops/pull/68, making the configuration file a mandatory parameter (and then ignoring its content 🙃).
@n2taylor If you're still interested, there's a release with a fix for this at https://github.com/joschi/kafka-gitops/releases/tag/0.2.16.
Hi, there's something wrong with the Docker version published with the
latest
tag (0.2.15, but possibly runningmaster
code?). It always gives a NPE when parsing the state file:This same command works fine on the image tagged with
0.2.15
. I suspect recent changes onmaster
caused this but have no way to verify this.