azure-functions-java-worker icon indicating copy to clipboard operation
azure-functions-java-worker copied to clipboard

Add support for GraalVM native function

Open jabrena opened this issue 4 years ago • 6 comments

Hi,

I would like to know if exist any plan to add support for Graal VM Native image.

Many thanks in advance

Juan Antonio

jabrena avatar Apr 18 '20 12:04 jabrena

cc @anirudhgarg @amamounelsayed for triage.

pragnagopa avatar May 12 '20 15:05 pragnagopa

@jabrena - we dont have any plans to do this at present. Will have to investigate.

anirudhgarg avatar May 12 '20 15:05 anirudhgarg

If you compare other alternatives like AWS, Amazon Lambdas support Native code. It could be pretty interesting that investigation to add support for Native code to run on Azure Functions

Many thanks in advance

Juan Antonio

jabrena avatar May 12 '20 17:05 jabrena

This is just using a custom handler (so it can be improved), but I have here a fully working example of using GraalVM with Spring on Azure Functions: https://github.com/jdubois/azure-native-spring-function

jdubois avatar Oct 01 '20 07:10 jdubois

This is just using a custom handler (so it can be improved), but I have here a fully working example of using GraalVM with Spring on Azure Functions: https://github.com/jdubois/azure-native-spring-function

nice example! Thanks and Regards.

dante-ricalde avatar Dec 06 '20 00:12 dante-ricalde

Hi @anirudhgarg , with Microsoft announcing support for GraalVM in Azure SDK for Java . Is this still something which is still not in pipeline ? Given the huge adoption of native images due to their tremendous benefits, specifically in serverless infrastructure, this feature should be planned provided the other major cloud providers already have similar support ?

parasjain27031994 avatar Mar 22 '24 07:03 parasjain27031994