Kafka - Security
You want to secure a Kafka cluster so that only authenticated users can produce or consume messages, and all traffic is encrypted. Which combination of settings achieves this best?
security.protocol=SASL_SSL enables both encryption (SSL) and authentication (SASL).15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions