Kafka - Security
If a user has the following ACL:
What will happen if Carol tries to write to the 'sales' topic?
kafka-acls --add --allow-principal User:carol --operation Read --topic sales
What will happen if Carol tries to write to the 'sales' topic?
