KafkaTopicMinReplicas
Enforce a minimum replication factor for Kafka topics using this Jikkou transformation.
This transformation can be used to enforce a minimum value for the replication factor of kafka topics.
Configuration
| Name | Type | Description | Default |
|---|---|---|---|
minReplicationFactor | Int | Minimum value of replication factor to be used for Kafka Topics |
Example
jikkou {
transformations: [
{
type = io.jikkou.kafka.transform.KafkaTopicMinReplicasTransformation
priority = 100
config = {
minReplicationFactor = 3
}
}
]
}
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.