KafkaTopicMinRetentionMs
Enforce a minimum retention.ms value for Kafka topics using this Jikkou transformation.
This transformation can be used to enforce a minimum value for the retention.ms property of kafka topics.
Configuration
| Name | Type | Description | Default |
|---|---|---|---|
minRetentionMs | Int | Minimum value of retention.ms to be used for Kafka Topics |
Example
jikkou {
transformations: [
{
type = io.jikkou.kafka.transform.KafkaTopicMinRetentionMsTransformation
priority = 100
config = {
minRetentionMs = 604800000 # 7 days
}
}
]
}
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.