Re: New on security on Apache Kafka

2021-11-14 Thread Liam Clarke-Hutchinson
Hi Giuseppe, That class was replaced in Kafka 2.4, I think, with kafka.security.authorizer.AclAuthorizer. Cheers, Liam Clarke-Hutchinson On Sat, Nov 13, 2021 at 1:15 AM Giuseppe Ricci Sysman wrote: > Hi, > > > > I'm new on security in Apache Kafka. I have Apache Kafka

New on security on Apache Kafka

2021-11-12 Thread Giuseppe Ricci Sysman
Hi, I'm new on security in Apache Kafka. I have Apache Kafka (v. 2.13-3.0.0) installed on a remote Ubuntu server. I need to secure the communications with producer-kafka broker and kafka broker-consumer. I try to follow the tutorial on Kafka documentation: https://kafka.apache.org