KafkaTopicMaxReplicas
Enforce a maximum replication factor for Kafka topics using this Jikkou transformation.
This transformation can be used to enforce a maximum value for the replication factor of kafka topics.
Configuration
| Name | Type | Description | Default |
|---|---|---|---|
maxReplicationFactor | Int | Maximum value of replication factor to be used for Kafka Topics |
Example
jikkou {
transformations: [
{
type = io.jikkou.kafka.transform.KafkaTopicMaxReplicasTransformation
priority = 100
config = {
maxReplicationFactor = 5
}
}
]
}
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.