kafka-operator icon indicating copy to clipboard operation
kafka-operator copied to clipboard

Stackable Operator for Apache Kafka

Results 27 kafka-operator issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Pending Approval These branches will be created by Renovate only once you click...

Add support to configure MirrorMaker 2 to replicate between Stackable Kafka clusters.

In later versions Kafka supports running without ZooKeeper and provides its own KRaft consensus algorithm. We should look into enabling the operator to deploy Kafka in this mode.

Currently we only support mutual tls as authentication mechanism, especially in existing installations, Kerberos may be a preferred way of doing this. See stackabletech/decisions#28

customer-request

# Description This is far from final (for example, we'd need to expose a configurable LoadBalancerClass, for example), but I wanted to see whether lb-op would be a good fit...

# Description Kafka version of https://github.com/stackabletech/zookeeper-operator/pull/695. Requires https://github.com/stackabletech/secret-operator/pull/286, https://github.com/stackabletech/operator-rs/pull/610, and https://github.com/stackabletech/product-config/pull/88. ## Definition of Done Checklist - Not all of these items are applicable to all PRs, the author should...

### Affected version docker.stackable.tech/stackable/kafka-operator:23.1.0 ### Current and expected behavior Requirement: Giving access to Kafka brokers from within a k8s cluster. Currently, only the external cluster IP is per default advertised...

type/bug

When deploying Kafka clusters with less than three nodes the default value of 3 for [offsets.topic.replication.factor](https://kafka.apache.org/documentation/#brokerconfigs_offsets.topic.replication.factor) prohibits users from reading any values from topics. Writing works fine, if topics are...

type/bug

### Affected version _No response_ ### Current and expected behavior I could recreate the problem when changing the "data" storage size.Changing CPU or Memory resources seems to work (results in...

customer-request
type/bug