why does __strimzi-topic-operator-kstreams-topic-store-changelog has Replication factor=1 #6908
Replies: 4 comments 3 replies
-
It is created by Kafka Streams. I think it is using the default replication settings of your Kafka cluster. Or @tomncooper and @LiamClarkeNZ? |
Beta Was this translation helpful? Give feedback.
-
so in this cluster i checked and we have as seen in this startup logs k logs shared-kafka-kafka-0 |grep default.replication.factor |
Beta Was this translation helpful? Give feedback.
-
also kafka CR object has below config
|
Beta Was this translation helpful? Give feedback.
-
Hi @dbaarorapr unfortunately, the topic operator version you're using relies on the Kafka Streams defaults for replication factor for its internal topics - which in earlier versions of Kafka Streams was 1. Later versions of the topic operator use a version of Kafka Streams that correctly defaults to the default replication factor of the cluster. A workaround for this issue is to increase replication factor for those topics using kafka-reassign-partitions. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
why does __strimzi-topic-operator-kstreams-topic-store-changelog has Replication factor=1
How shall this Topic have a High Availability with ReplicationFactor: 1
And when we do rolling restarts -- we do get offline partitions alerts and cannot find an associated Topic name
We are on Strimzi versions 0.26.1 and trying to understand the reason why this has ReplicationFactor: 1 ?
Beta Was this translation helpful? Give feedback.
All reactions