ramackri opened a new pull request, #1032: URL: https://github.com/apache/ranger/pull/1032
## Summary - Add dynamic partition plan for audit-ingestor: Kafka compacted registry topic + REST API for onboard/scale/promote/replace without ingestor restarts. - Route audit events via `AuditPartitioner` from in-memory plan (dedicated plugin lanes + shared buffer pool), with round-robin for configured plugins and sticky hash for unconfigured plugins. - Unify per-repo service allowlists and dynamic `auth_to_local` composition in the same registry document; feature flag defaults off (`partition.plan.dynamic.enabled=false`). ## Scope - **52 files:** `audit-server/audit-ingestor` (49) + `audit-server/audit-common` (3) - Excludes Solr dispatcher Kerberos config, Docker E2E harness, and docs (partition-allocation core only) ## Test plan - [x] `mvn test -pl audit-server/audit-ingestor -Dtest=PartitionPlan*Test,ServiceAllowlist*Test,AuditPartitionerDynamicTest,AuthToLocalRuleComposerTest -Drat.skip=true` - [ ] Enable dynamic mode in ingestor site XML and verify plan bootstrap + REST onboard/scale on a dev cluster - [ ] Confirm static (flag off) partition routing behavior unchanged Made with [Cursor](https://cursor.com) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
