You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our Kafka clusters (MSK) is configured default.replication.factor = 3, and we expect topics are created with this default replication factor unless explicitly set otherwise.
However, when deployed Strimzi MirrorMaker2, the mirrored topics are always created with replication.factor as 2. This causes discrepancy because our source topics have replication factor 3.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Our Kafka clusters (MSK) is configured
default.replication.factor = 3
, and we expect topics are created with this default replication factor unless explicitly set otherwise.However, when deployed Strimzi MirrorMaker2, the mirrored topics are always created with
replication.factor
as 2. This causes discrepancy because our source topics have replication factor 3.Understand that the MirrorMaker2 [document] (https://github.com/strimzi/strimzi-kafka-operator/blob/release-0.35.x/documentation/modules/configuring/con-config-mirrormaker2-connectors.adoc) explicitly says that
replication.factor
default is 2.Just wondering, is there any rational here why
replication.factor
defaults to 2, regardless the fact that:default.replication.factor
is 3, andThanks!
Beta Was this translation helpful? Give feedback.
All reactions