Jakub Scholz
Jakub Scholz
Dillinger works great with GitHub.com. But it would be great to make it also work with GitHub Enterprise. There are some minor differences between the GitHub and GitHub Enterprise URLs...
### Type of change - Enhancement / new feature ### Description This PR adds support for Leader Election. It uses the Fabric8 Leader Election API and the Kubernetes `Lease` resources....
With the introduction of the StrimziPodSets, the availability of the Cluster Operator is more important than before since it is also responsible for (re)starting the Kafka pods. In general, the...
When using the Strimzi `api` module from other parts of Strimzi or from outside applications just using it as an dependency, one of the common tasks is to wait for...
Today, Strimzi has the [_3rd party libraries_ mechanism](https://github.com/strimzi/strimzi-kafka-operator/tree/main/docker-images/artifacts/kafka-thirdparty-libs) to add additional libraries to the Kafka classpath. They are downloaded separately and copied into the Kafka's `libs` directory when building the...
When using Kafka Connect Build on OCP with `output` configured with `type: imagestream`, the user is responsible for creating the ImageStream object first. This is correct behaviour and there does...
Today, we officially support only a single Clients CA (=> since public CA in the Kafka truststore). However, sometimes, users are interested in using multiple CAs at the same time....
Today, all Strimzi cluster which use Strimzi CA, have the CAs use the same subjects (`CN=cluster-ca v0,O=io.strimzi` and `CN=clients-ca v0,O=io.strimzi`). This can sometimes cause problems when you have multiple Strimzi...
The `KafkaAssemblyOperatorMockTest` tests should be updated to use `StrimziPodSets` either by adding new tests or updating the existing.
We should make it easier to _discover_ all of our CRD. Currently, in the `api` module, we have already some methods which provide the CRD Java classes (e.g. [the `CRDS`...