51n15t9r opened a new pull request, #14025: URL: https://github.com/apache/kafka/pull/14025
*Allow Build with Platform-specific rocksDBJNI jar. The Fat jar is close to 60 MB in size while the platform-specific ones are much smaller. This PR allows the user to choose the platform for RocksDB jar with build arguments. The default is still to use the user jar since we want to be platform-independent by default. The overall RPM size reduces drastically if we use this option. This is only a build optimization PR and does not introduce any new functionality in Kafka itself.* https://issues.apache.org/jira/browse/KAFKA-15193 *Test Builds with -PuseRocksDbRuntime="<platform>" and ensure that the correct RocksDB jar gets picked up. With no option, the default (fat) jar should be picked up* ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org