GitHub user dominikriemer edited a comment on the discussion: Does streampipes support GraalVM Native Image builder?
Hi @yanfeng1992 great question and I also think this would be a very useful (especially for faster startup of extension services which are running on edge devices) feature I'd definitely love to see in StreamPipes. I've been following the development of the GraalVM ecosystem closely and I'm evaluating/testing native image builds for StreamPipes on a regular basis. So far, while I've managed to run an extension service native image, I was always running into runtime errors due to AOT compilation. I think the biggest challenge is that our third-party libraries are properly compiled. There is now GraalVM reachability metadata, which should ease this process. Would you be willing to help with this topic? I could share my current work in a branch and we could try together to produce a working native image for StreamPipes. GitHub link: https://github.com/apache/streampipes/discussions/2688#discussioncomment-8993894 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
