kafqa icon indicating copy to clipboard operation
kafqa copied to clipboard

Quality tool for kafka, verifying kafka ops

Results 13 kafqa issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20190522155817-f3200d17e092 to 0.7.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.0.0-20190522155817-f3200d17e092&new-version=0.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.0.0 to 1.11.1. Release notes Sourced from github.com/prometheus/client_golang's releases. 1.11.1 / 2022-02-15 [SECURITY FIX] promhttp: Check validity of method and code label values prometheus/client_golang#987 (Addressed CVE-2022-21698) What's...

dependencies

Bumps [github.com/gogo/protobuf](https://github.com/gogo/protobuf) from 1.1.1 to 1.3.2. Release notes Sourced from github.com/gogo/protobuf's releases. Release v.1.3.2 Tested versions: go 1.15.6 protoc 3.14.0 Bug fixes: skippy peanut butter Release v1.3.1 Tested versions: go...

dependencies

goreleaser in CI is enabled for kafqa-agent. we need to publish kafqa binary with same. Building kafqa with gorelease had issue with librd and with `CGO_ENABLED=1` had some system specific...

Both Prometheus and PPROF server need to be closed on application exit

If proto parser is used, we create `protoparse.Parser` and when there's error, current application keeps running and logs error during decode. Instead should stop the application if parser creation failed.

1. always keep the method private if not needed by other packages. eg: TopLevelStats and more. 2. Make this librd toggleable 3. Librd config we would've to separate for consumer/producer...

Librd emits broker stats like {brokers{:{somestat:}}. If this `name` is returned as IP, jq parsing doesn't work. But if the broker name is returned as a proper hostname, the parsing...