Kafka - SecurityWhich configuration property enables encryption at rest on Kafka brokers?Assl.keystore.location=/etc/kafka/keystore.jksBlog.dirs=/var/lib/kafka/dataClog.retention.hours=168Dlog.encryption.enable=trueCheck Answer
Step-by-Step SolutionSolution:Step 1: Identify encryption at rest related propertyEncryption at rest is controlled by a property that enables encryption of log files.Step 2: Match property to encryption enablingProperty log.encryption.enable=true turns on encryption at rest for Kafka logs.Final Answer:log.encryption.enable=true -> Option DQuick Check:Enable encryption at rest = log.encryption.enable=true [OK]Quick Trick: Enable encryption with log.encryption.enable=true [OK]Common Mistakes:Confusing SSL properties with encryption at restUsing log retention or directory propertiesAssuming encryption is enabled by default
Master "Security" in Kafka9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More Kafka Quizzes Advanced Stream Processing - Interactive queries - Quiz 1easy Advanced Stream Processing - Why advanced patterns handle complex flows - Quiz 1easy Advanced Stream Processing - State stores - Quiz 6medium Advanced Stream Processing - Exactly-once stream processing - Quiz 6medium Event-Driven Architecture - Dead letter queue pattern - Quiz 7medium Kubernetes and Cloud Deployment - Helm charts for Kafka - Quiz 6medium Kubernetes and Cloud Deployment - Kafka on Kubernetes (Strimzi) - Quiz 4medium Kubernetes and Cloud Deployment - Amazon MSK - Quiz 4medium Multi-Datacenter and Replication - Active-passive vs active-active - Quiz 7medium Security - ACL-based authorization - Quiz 12easy