Re: ACLs - How To Allow Anyone To Access of A Topic

2020-05-20 Thread Jun Wang
. From: Jun Wang Sent: Monday, May 18, 2020 2:11 PM To: users@kafka.apache.org Subject: Re: ACLs - How To Allow Anyone To Access of A Topic I am testing in a dev. environment, maybe it does not make sense in production. See my detail explanation below and rephrase of the question: 1. I

Re: ACLs - How To Allow Anyone To Access of A Topic

2020-05-18 Thread Jun Wang
@kafka.apache.org Subject: Re: ACLs - How To Allow Anyone To Access of A Topic If I understand correctly, if your client authenticates, there must be an ACL for that principal, otherwise it will fail authorization. If you are going to allow everything anyway, perhaps you don't need to authenticate?

Re: ACLs - How To Allow Anyone To Access of A Topic

2020-05-18 Thread Andrew Otto
If I understand correctly, if your client authenticates, there must be an ACL for that principal, otherwise it will fail authorization. If you are going to allow everything anyway, perhaps you don't need to authenticate?