kafka - authenticate producers only
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
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.)