August 2017
Beginner to intermediate
278 pages
6h 40m
English
To configure the SASL for Kafka client, follow the following instructions:
sasl.jaas.config=com.sun.security.auth.module.Krb5LoginModule required useKeyTab=true storeKey=true keyTab="/path/to/kafka_client.keytab" principal="kafka-client@REALM";
KafkaClient { com.sun.security.auth.module.Krb5LoginModule required ...Read now
Unlock full access