KafkaTopicMaxNumPartitions
Enforce a maximum partition count for Kafka topics using this Jikkou transformation.
This transformation can be used to enforce a maximum value for the number of partitions of kafka topics.
Configuration
| Name | Type | Description | Default |
|---|---|---|---|
maxNumPartitions | Int | maximum value for the number of partitions to be used for Kafka Topics |
Example
jikkou {
transformations: [
{
type = io.jikkou.kafka.transform.KafkaTopicMaxNumPartitions
priority = 100
config = {
maxNumPartitions = 50
}
}
]
}
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.