Jochen Schalanda

Results 313 comments of Jochen Schalanda

https://github.com/redpanda-data/console/issues/83 describes a way for an _approximate_ number of messages per partition by using the average message size (calculated by reading just some messages from the topic) and the partition...

> With the given configuration options in Graylog […] providing this configuration is not possible. Why not? IMHO all necessary parts are there (although not too user-friendly and as always...

@BastianVoigt Thanks for reporting this! Dropwizard 2.1.7 contains mostly dependency upgrades and no changes on the production code: https://github.com/dropwizard/dropwizard/releases/tag/v2.1.7 Could you please tell us which Dropwizard modules you are using...

@BastianVoigt Did you have any chance to check whether the issue still exists in Dropwizard 2.1.9?

This looks like your application is using an incompatible version of SnakeYAML and Jackson. Dropwizard 2.1.7 comes with Jackson 2.13.5, which doesn't support SnakeYAML 2.x: https://github.com/dropwizard/dropwizard/blob/v2.1.7/dropwizard-dependencies/pom.xml#L39 This being said, you...

My fork provides binaries for Linux on ARM64: https://github.com/joschi/go-junit-report/releases/tag/v2.2.0

Doesn't seem to be an issue with go-junit-report 2.1.0. ``` ❯ go test -v ./foo testing: warning: no tests to run PASS ok github.com/joschi/go-junit-report/v2/foo (cached) [no tests to run] ❯...

This is not an issue in the compiled binary. ``` # https://github.com/jstemmer/go-junit-report/releases/tag/v2.0.0 ❯ tar xfzv go-junit-report-v2.0.0-darwin-amd64.tar.gz x go-junit-report ❯ ./go-junit-report -version go-junit-report v2.0.0 2022-07-01T22:11:51 (7fde4641acef5b92f397a8baf8309d1a45d608cc) # https://github.com/jstemmer/go-junit-report/releases/tag/v2.1.0 ❯ tar xfzv...

> GOPATH - /home/username/go > junit-report is installed in my `go/bin` directory Is `$GOPATH/bin` part of your `$PATH` environment variable?