Andrey Polyakov
Andrey Polyakov
I noticed the health check not timing out under certain conditions and traced it to the optiopay/kafka client library. That issue has since been fixed in https://github.com/optiopay/kafka/pull/68. I've updated the...
Two or more health check instances started at around the same time would read the partition assignment state, selfishly add only themselves, and the last to write would be the...
Before this change, a SIGTERM resulted in the following: ``` panic: runtime error: slice bounds out of range goroutine 1 [running]: github.com/andreas-schroeder/kafka-health-check/check.delAt(0xc000018630, 0x6, 0x9, 0x6, 0xc000018630, 0x6, 0x9) /go/src/github.com/andreas-schroeder/kafka-health-check/check/int32_slice.go:27 +0x1f3...
**Is your feature request related to a problem? Please describe.** We use this [monorepo plugin](https://github.com/monebag/monorepo-diff-buildkite-plugin) which seems to pass it's configurations via encoded JSON through the BUILDKITE_PLUGINS environment variable. We...
I had some issues opening vim up a 500K-sized file, that contained only 4 lines, 2 of them being very long JSON strings objecst. I enabled VIM profiling and found...
For consumers of low volume topic-partitions, it can take a very long time for enough offset commits to happen before a partition is marked as "complete". For the `burrow_kafka_consumer_current_offset` metric...