nodece commented on issue #22318: URL: https://github.com/apache/pulsar/issues/22318#issuecomment-2014810552
> How long does it take to build the native image? Environment: ``` MacBookPro16,1 6H Intel Core i7 2.6 GHz ``` Only build for pulsar-admin: [INFO] Total time: 05:04 min Pulsar admin is a commonly used tool, so I plan to support that. Or we can export the native-image config to the jar, the developers can use the Graalvm to build the native-image tool. https://github.com/remkop/picocli/tree/main/picocli-codegen can help us to generate the CLI config of native-image, it is simpler, I have already done it, and I can open a PR to preview. -- 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]
