Producer tries to Describe topics it has no access to and the authorizer.log is getting heavy

Hi,

I have enabled security layer on kafka version 2.8.2 using SASL_SSL mechanism.
However when I have applied ACL to a particular user. In the logs i can see the user describing all the topics not pertaining to its particular user

Snippet of the error as follows :
[[2023-09-01 15:00:00,040] INFO Principal = User:abc is Denied Operation = Describe from host = xx.xx.xx.xx on resource = Topic:LITERAL:xyz (kafka.authorizer.logger)]

Here the above user abc is trying to describe all the topics not pertaining to the user.

Each authorizer.log file is of 5 GB or higher and its filling our file system.
Kindly help