KafkaTopicMinInSyncReplicas
Enforce a minimum min.insync.replicas value for Kafka topics using this Jikkou transformation.
This transformation can be used to enforce a minimum value for the min.insync.replicas property of kafka topics.
Configuration
| Name | Type | Description | Default |
|---|---|---|---|
minInSyncReplicas | Int | Minimum value of min.insync.replicas to be used for Kafka Topics |
Example
jikkou {
transformations: [
{
type = io.jikkou.kafka.transform.KafkaTopicMinInSyncReplicasTransformation
priority = 100
config = {
minInSyncReplicas = 2
}
}
]
}
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.