wso2 / product-micro-integrator

The cloud-native configuration driven runtime that helps developers implement composite microservices.
https://wso2.com/integration/
Apache License 2.0
204 stars 221 forks source link

MI support for GraalVM #3768

Open JanakaPushpakumara opened 2 weeks ago

JanakaPushpakumara commented 2 weeks ago

Problem

Is there a plan to develop a native-compatible version of the WSO2 Micro Integrator that can leverage GraalVM to produce native images?

GraalVm’s native compilation capabilities to compile Java-based micro services into binary images, eliminates the need of JAR files which require Java Virtual Machines(JVMs) for execution. By compiling directly to binary, they aim to improve efficiency and reduce the overhead associated with running JVMs.

Proposed Solution

Alternatives

No response

Version

No response