kafka/tests/kafkatest
Ismael Juma 976e78e405
KAFKA-12590: Remove deprecated kafka.security.auth.Authorizer, SimpleAclAuthorizer 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>
2021-04-03 08:23:26 -07:00
..
benchmarks KAFKA-10402: Upgrade system tests to python3 (#9196) 2020-10-07 09:41:30 -07:00
directory_layout MINOR: Add HttpMetricsReporter for system tests 2017-11-09 09:42:46 -08:00
sanity_checks KAFKA-12374: Add missing config sasl.mechanism.controller.protocol (#10199) 2021-02-26 16:56:11 -08:00
services KAFKA-12590: Remove deprecated kafka.security.auth.Authorizer, SimpleAclAuthorizer and related classes in 3.0 (#10450) 2021-04-03 08:23:26 -07:00
tests KAFKA-12590: Remove deprecated kafka.security.auth.Authorizer, SimpleAclAuthorizer and related classes in 3.0 (#10450) 2021-04-03 08:23:26 -07:00
utils KAFKA-12593: Fix Apache License headers (#10452) 2021-04-01 10:38:37 -05:00
__init__.py MINOR: bump release version to 3.0.0-SNAPSHOT (#10186) 2021-02-24 17:49:18 -08:00
version.py KAFKA-12318: system tests need to fetch Topic IDs via Admin Client instead of via ZooKeeper (#10286) 2021-03-19 11:41:50 -07:00