Which of the following is the correct syntax to set log compaction on a Kafka topic using the CLI?
Akafka-topics.sh --create --topic my-topic --compaction enabled --bootstrap-server localhost:9092
Bkafka-topics.sh --alter --topic my-topic --config cleanup.policy=compact --bootstrap-server localhost:9092
Ckafka-configs.sh --set --topic my-topic --property cleanup.policy=compact
Dkafka-console-producer.sh --topic my-topic --config cleanup.policy=compact