Paolo Patierno
Paolo Patierno
When deploying a Kafka cluster with KRaft (combined) mode, the "Unclean Leader Election Rate" box in the corresponding Kafka Grafana dashboard always shows N/A.  That box is filled by...
We have got the "ZooKeeper to KRaft migration" [proposal](https://github.com/strimzi/proposals/blob/main/059-zk-kraft-migration.md) approved. This issue is about implementing the proposal by having the possibility to migrate a ZooKeeper-based cluster to a KRaft-based one...
When using the OpenTelemetry support for tracing, the default exporter is the OTLP one. It is automatically configured by the operator when the tracing type is set to `opentelemetry`. The...
The current `KafkaBridge` custom resource has an `http` section for setting HTTP related configuration. Right now it supports only `host` and `port` but the bridge also has: * http.timeoutSeconds :...
If I got it correctly, the Sarama client doesn't have any kind of API version negotiation in order to handle backward compatibility automatically (as it happens in Java clients). It...
With the bridge core reducing the Vert.x usage at the minimum, we should aim to do the same with tests. * The Vert.x Kafka client could be replaced by the...
The bridge is currently using the `commitSync` API call for committing offsets, but it's running anyway asynchronously in a thread via the `CompletableFuture.runAsync`. We could think about using the native...
It seems that we are missing tests about checking that metrics are exposed correctly on the `/metrics` endpoint. With missing tests we didn't notice that at some point metrics were...
In our Strimzi HTTP - Kafka bridge we are using the OpenAPI3RouterBuilder in order to create our routes from an OpenAPI definition. The bridge also supports to enable CORS and...
Hello, I am adding the `grpc-netty-shaded` artifact as dependency to a project. When running a `mvn dependency:tree`, I can see it's bringing some android-related dependencies while my application won't be...