Kafka - Security
Given the ACL command:
What operation can user 'bob' perform on the 'payments' topic?
kafka-acls --add --allow-principal User:bob --operation Write --topic payments
What operation can user 'bob' perform on the 'payments' topic?
