Replies: 1 comment 1 reply
-
I think this setting applies only to newly created topics using the auto-creation. It does not impact already existing topics. For existing topics, you would need to use the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a Strimzi (version
0.16.2
) cluster and I'm running some debezium connectors in it. Originally I had setdefault.replication.factor
to 2 on theKafka
CRD and I created a handful of connectors using the kafka-connect API (not using Strimzi objects). I then went back and setdefault.replication.factor
to 3 on theKafka
CRD. I see that the setting is in place if I look at the nodes themselves. I expected that would increase the number of replicas for the connector topics to 3 but I still only see there are 2 replicas. Am I misunderstanding how a connector interacts with its topics or should that have increased the replicas on the connector's topics?Beta Was this translation helpful? Give feedback.
All reactions