-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/73344/
-----------------------------------------------------------

Review request for ranger.


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
-----

  
plugin-kafka/src/main/java/org/apache/ranger/authorization/kafka/authorizer/RangerKafkaAuthorizer.java
 2a1b812e0 
  
ranger-kafka-plugin-shim/src/main/java/org/apache/ranger/authorization/kafka/authorizer/RangerKafkaAuthorizer.java
 9d72ae0c8 


Diff: https://reviews.apache.org/r/73344/diff/1/


Testing
-------

run `mvn clean test` and all pass on my local.


Thanks,

Chia-Ping Tsai

Reply via email to