----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/73344/ -----------------------------------------------------------
(Updated 六月 4, 2021, 5:45 p.m.) Review request for ranger. Changes ------- Move kafka core module from compile scope to test scope; add kafka client module to compile scope. Repository: ranger Description ------- As described in the KIP, `org.apache.kafka.server.authorizer.Authorizer` is an improvement over `kafka.security.auth.Authorizer` and it's a pure Java interface (instead of Scala). `kafka.security.auth.Authorizer` has been deprecated since December 2019 and it will be removed in Apache Kafka 3.0 (roughly planned for July/August). See the KIP for more details: https://cwiki.apache.org/confluence/display/KAFKA/KIP-504+-+Add+new+Java+Authorizer+Interface Diffs (updated) ----- plugin-kafka/pom.xml 010707d99 plugin-kafka/src/main/java/org/apache/ranger/authorization/kafka/authorizer/RangerKafkaAuthorizer.java 2a1b812e0 ranger-kafka-plugin-shim/pom.xml fd1dc3cde ranger-kafka-plugin-shim/src/main/java/org/apache/ranger/authorization/kafka/authorizer/RangerKafkaAuthorizer.java 9d72ae0c8 Diff: https://reviews.apache.org/r/73344/diff/3/ Changes: https://reviews.apache.org/r/73344/diff/2-3/ Testing ------- run `mvn clean test` and all pass on my local. File Attachments ---------------- RANGER-3231.v1.patch https://reviews.apache.org/media/uploaded/files/2021/05/18/4e2f190f-c871-4115-b554-0e6041a5a5a6__RANGER-3231.v1.patch Thanks, Chia-Ping Tsai
