Hi Ranger dev team, I've submitted a PR to fix KafkaAuditProvider initialization issue and modernize the Kafka producer configuration.
JIRA: https://issues.apache.org/jira/browse/RANGER-4808 PR: https://github.com/apache/ranger/pull/318 Changes: - Fixed super.init() call to use correct signature - Replaced deprecated Kafka producer properties with ProducerConfig constants - Added flexible property configuration via xasecure.audit.kafka.* prefix I tested this on our internal Hadoop cluster (Hadoop 3.3.4, Ranger 2.3.0, Impala 4.5.0) producing audit logs to Kafka. Would appreciate any review or feedback. Thanks, Woosuk RO (@dntjr8096)
