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