Validation of the cluster configuration for Kafka tiered storage was successful.
{- "message": "string"
}Validation of the remote storage configuration for Kafka Tiered Storage was successful.
{- "message": "string"
}The configuration of topics for Kafka tiered storage has been successfully validated.
{- "topicNames": [
- "topic-1",
- "topic-2"
]
}{- "clusterId": "c1af59c6-ba0e-4cc2-a0f3-65cee17a5f37",
- "topicValidations": [
- {
- "results": [
- "remote.storage.enable is false",
- "Kafka Tiered Storage not support compacted topic"
]
}, - {
- "configs": [
- {
- "key": "cleanup.policy",
- "value": "compact"
}, - {
- "key": "retention.bytes",
- "value": "-1"
}, - {
- "key": "retention.ms",
- "value": "604800000"
}, - {
- "key": "remote.storage.enable",
- "value": "false"
}, - {
- "key": "local.retention.ms",
- "value": "604800000"
}, - {
- "key": "local.retention.bytes",
- "value": "-2"
}
], - "topicName": "test"
}, - {
- "results": [
- "The topic configurations are valid"
]
}, - {
- "configs": [
- {
- "key": "cleanup.policy",
- "value": "delete"
}, - {
- "key": "retention.bytes",
- "value": "-1"
}, - {
- "key": "retention.ms",
- "value": "604800000"
}, - {
- "key": "remote.storage.enable",
- "value": "true"
}, - {
- "key": "local.retention.ms",
- "value": "604800000"
}, - {
- "key": "local.retention.bytes",
- "value": "-2"
}
], - "topicName": "test1"
}
]
}The configurations for Kafka tiered storage have been successfully validated.
{- "topicNames": [
- "topic-1",
- "topic-2"
]
}{- "remoteStorageStatus": "string",
- "topicsStatus": {
- "clusterId": "c1af59c6-ba0e-4cc2-a0f3-65cee17a5f37",
- "topicValidations": [
- {
- "results": [
- "remote.storage.enable is false",
- "Kafka Tiered Storage not support compacted topic"
]
}, - {
- "configs": [
- {
- "key": "cleanup.policy",
- "value": "compact"
}, - {
- "key": "retention.bytes",
- "value": "-1"
}, - {
- "key": "retention.ms",
- "value": "604800000"
}, - {
- "key": "remote.storage.enable",
- "value": "false"
}, - {
- "key": "local.retention.ms",
- "value": "604800000"
}, - {
- "key": "local.retention.bytes",
- "value": "-2"
}
], - "topicName": "test"
}, - {
- "results": [
- "The topic configurations are valid"
]
}, - {
- "configs": [
- {
- "key": "cleanup.policy",
- "value": "delete"
}, - {
- "key": "retention.bytes",
- "value": "-1"
}, - {
- "key": "retention.ms",
- "value": "604800000"
}, - {
- "key": "remote.storage.enable",
- "value": "true"
}, - {
- "key": "local.retention.ms",
- "value": "604800000"
}, - {
- "key": "local.retention.bytes",
- "value": "-2"
}
], - "topicName": "test1"
}
]
}, - "clusterStatus": "string"
}