Thomas Stuber
Thomas Stuber
> Maybe you can try with kafkacat or kafka-console-consumer but I'm pretty sure that the same error will be displayed on these tool meaning an incorrect message store on Kafka...
Could be controlled with a attribute, if either daemon.json or process should be checked...
Any update/thought on that issue?
Another issue: the current code contains a 'reset' action that can be called by the full world which deletes your DB
Is there a known workaround for this issue?
I faced the same issue. The following schema changes solved my issue: * `xmlns:jaxb="http//java.sun.com/xml/ns/jaxb"` to `xmlns:jaxb="https://jakarta.ee/xml/ns/jaxb"` * `jaxb:version=2.0` to `jaxb:version=3.0`
@ewencp thanks for the summary, that finally also worked for me. I used the following steps (a bit in more detail) to build it. Actually our company network (proxy and...