Hello Mongo Community,
I am currently trying to use the Mongo Encryption Library in a GraalVm Native application but I can’t get it to work.
I’ve learned that due to the fact LibMongoCrypt is a Native Library, GraalVm might not load it correctly because of AOT Compilation.
AOT Compilation aims to create a single executable containing every needed component and dependency and given the fact these native libraries are loaded at runtime, GraalVm may not be able to correctly add them.
Does anyone know anything else about the topic ?
Thanks !!!