kafka - authenticate producers only

2018-03-30 Thread Vasily Ivanov
Hello, Is it possible to allow anyone to read from any topic over PLAINTEXT, but force SASL auth and ACLs for producers? I am using kafka 1.0.0

kafka authenticate

2017-03-06 Thread 陈江枫
Hi, all I'm trying to modify kafka authentication using our own authenticating procedure, authorization will stick to kafka's acls . Does every entry which fetches data from certain topic need to go through authentication? ( Including KafkaStreams, replica to leader ,etc.)