Which of the following is the correct way to enable encryption at rest in Kafka?
AUse disk-level encryption or external tools since Kafka does not encrypt data on disk by default
BAdd <code>encryption.at.rest=true</code> in the Kafka topic configuration
CSet <code>ssl.enabled=true</code> in the Kafka broker configuration
DConfigure <code>kafka.security.encryption=true</code> in the producer settings