How can authorize any consumer group to access a topic from a user that has permission in the ACL? I am publishing data into topic test-1. And I authorized user-1 to have READ access to the Kafka ACL. But when I try to consume from the topic, I am getting a GROUP AUTHORIZATION EXCEPTION. Is there a way to authorize any group on a topic for a particular user?