Kafka - Security
Given the following ACLs:
kafka-acls --add --allow-principal User:bob --operation Write --topic payments kafka-acls --add --allow-principal User:bob --operation Read --topic paymentsWhat will happen if user
bob tries to consume messages from topic payments?