Hello Everyone,
I am reading about kafka ACLs. We can get list of all ACLs added for principal(users) on the given topic whether they have permission or not.
Say I have 2 users
1. User:Reader: this user is having read permission.
2. User:Writer: this user is having write permission.
From the above example can we come to a conclusion that User-Reader is a consumer and user-writer is a producer for topic "A"? Also, is getting information about ACLs users correct?
Thanks,
Surbhi