Hi Christopher, On Mon, Mar 21, 2016 at 3:53 PM, christopher palm <cpa...@gmail.com> wrote:
> Does Kafka support SSL authentication and ACL authorization without > Kerberos? > Yes. The following branch modifies the blog example slightly to only allow SSL authentication. https://github.com/confluentinc/securing-kafka-blog/tree/ssl-only If so, can different clients have their own SSL certificate on the same > broker? > Yes. In reading the following security article, it seems that Kerberos is an > option but not required if SSL is used. > That's right. Ismael