You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by "tisonkun (via GitHub)" <gi...@apache.org> on 2023/04/14 03:48:22 UTC

[GitHub] [pulsar] tisonkun commented on issue #17211: Pulsar Shell: native image with GraalVM

tisonkun commented on issue #17211:
URL: https://github.com/apache/pulsar/issues/17211#issuecomment-1507886377

   Moved to the general discussion topic. This is hard to do because GraalVM requires developer to help marking all reflections and resources, as well as some subtle runtime issues.
   
   Ref -
   
   * https://www.graalvm.org/latest/reference-manual/native-image/dynamic-features/Reflection/
   * https://www.graalvm.org/latest/reference-manual/native-image/guides/configure-with-tracing-agent/
   
   I ever made a native image Java application at http://github.com/korandoru/hawkeye but it's far more simple than Pulsar Shell case.


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org