Skip to content

Commit

Permalink
KAFKA-12590: Remove deprecated kafka.security.auth.Authorizer, Simple…
Browse files Browse the repository at this point in the history
…AclAuthorizer and related classes in 3.0 (#10450)

These were deprecated in Apache Kafka 2.4 (released in December 2019) to be replaced
by `org.apache.kafka.server.authorizer.Authorizer` and `AclAuthorizer`.

As part of KIP-500, we will implement a new `Authorizer` implementation that relies
on a topic (potentially a KRaft topic) instead of `ZooKeeper`, so we should take the chance
to remove related tech debt in 3.0.

Details on the issues affecting the old Authorizer interface can be found in the KIP:
https://cwiki.apache.org/confluence/display/KAFKA/KIP-504+-+Add+new+Java+Authorizer+Interface

Reviewers: Manikumar Reddy <manikumar.reddy@gmail.com>, Ron Dagostino <rdagostino@confluent.io>
  • Loading branch information
ijuma authored Apr 3, 2021
1 parent 66b0c5c commit 976e78e
Show file tree
Hide file tree
Showing 26 changed files with 68 additions and 2,173 deletions.
86 changes: 0 additions & 86 deletions core/src/main/scala/kafka/security/auth/Acl.scala

This file was deleted.

149 changes: 0 additions & 149 deletions core/src/main/scala/kafka/security/auth/Authorizer.scala

This file was deleted.

113 changes: 0 additions & 113 deletions core/src/main/scala/kafka/security/auth/Operation.scala

This file was deleted.

Loading

0 comments on commit 976e78e

Please sign in to comment.