KafkaTopicMinReplicas
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.streamthoughts.jikkou.kafka.transform.KafkaTopicMinReplicasTransformation
priority = 100
config = {
minReplicationFactor = 3
}
}
]
}
Last modified November 22, 2023: refactor(core): refactor the ExtensionProvider api (ea44e963)