Bird
0
0

What is the expected behavior if Kafka broker's SSL truststore file is missing when SSL is enabled?

medium📝 Predict Output Q5 of 15
Kafka - Security
What is the expected behavior if Kafka broker's SSL truststore file is missing when SSL is enabled?
ABroker fails to start due to missing truststore
BBroker starts but disables SSL
CBroker starts and accepts all clients without verification
DBroker logs a warning but continues normally
Step-by-Step Solution
Solution:
  1. Step 1: Role of truststore in Kafka SSL

    The truststore contains certificates to verify clients; it is required for SSL.
  2. Step 2: Missing truststore effect

    Without truststore, broker cannot verify clients and fails to start to avoid insecure operation.
  3. Final Answer:

    Broker fails to start due to missing truststore -> Option A
  4. Quick Check:

    Missing truststore causes broker startup failure = B [OK]
Quick Trick: Truststore must exist or broker won't start with SSL [OK]
Common Mistakes:
  • Assuming broker disables SSL automatically
  • Thinking broker accepts clients without verification
  • Believing missing truststore only logs warnings

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kafka Quizzes