Tom Bentley

Results 78 issues of Tom Bentley

**Describe the bug** The provided grafana dashboard includes charts/time series of the minimum average and maximum ZK request latency metrics. * In practice the minimum is always seems to be...

bug
help wanted
good-start
monitoring

**Describe the bug** The provided grafana dashboards don't use a consistent colour across the charts for the same zookeeper node or kafka broker. This can make reading and correlating the...

bug
help wanted
good-start
monitoring

Currently the `KafkaRoller` logging when a pod is deleted is rather sparse, like this: ``` 2021-07-09 11:57:14 WARN AbstractOperator:516 - Reconciliation #33(timer) Kafka(namespace-0/my-cluster-1516560308): Failed to reconcile io.strimzi.operator.cluster.operator.resource.KafkaRoller$FatalProblem: Error while waiting...

enhancement
cluster operator
needs-proposal
KafkaRoller

We need documentation on the `api` module, including typical use cases and some basic examples.

enhancement
help wanted
documentation

Can we improve the `CrdGenerator` to: 1. validate that the `@JsonPropertyOrder` is present 2. validate that the properties given are all properties of the class 3. validate that no properties...

enhancement
help wanted
good-start

Kubernetes supports _paged_ listing resources (e.g. https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.10/#list-62). When reconciling all topics we need to fetch all the `KafkaTopics` and currently we do this in the naive way fetching the whole...

enhancement
topic operator

Currently the topic controller supports ConfigMaps having a `replicas` key, which is used to declare the replication factor of a topic. This is only partially supported currently: changes to the...

enhancement
topic operator
needs-proposal

I'm running `asciidoctor-epub3` in a container and while an epub output is created, if I try to validate it I'm told validation failed with no further diagnostics about what was...

documentation

I'm trying to use fabric8-arquillian to write a very simple integration test, following more-or-less exactly this guide: https://fabric8.io/guide/testing.html. The source code is available [here](https://github.com/tombentley/barnabas/tree/test/test). Running the test fails on both...

The swagger2markup-maven-plugin generates some warnings while generating API documentation. ``` [INFO] --- swagger2markup-maven-plugin:1.3.3:convertSwagger2markup (default) @ kafka-bridge --- [INFO] reading from /home/tom/messaging/p12n/dependencies/strimzi-kafka-bridge/src/main/resources/openapiv2.json [WARNING] no property from long, int64, {ENUM=null, TITLE=null, DESCRIPTION=null,...