nicoloboschi opened a new issue, #17211: URL: https://github.com/apache/pulsar/issues/17211
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Motivation Currently pulsar-shell is just a simple java application. Nowadays [GraalVM native image](https://www.graalvm.org/22.1/reference-manual/native-image/) is a great way to package java CLI application into a optimized native binary. Additionaly it removes the need to having a JDK installed This might be a starting point [here](https://github.com/nicoloboschi/pulsar/commit/f227be324c96daeaf89566260a63eb558357f34f) but it's not complete but currently there are some issues about reflection because Pulsar/Netty uses the reflections a lot. ### Solution _No response_ ### Alternatives _No response_ ### Anything else? _No response_ ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- 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]
