I’m trying to use java-client with graalvm native build I have problem with instantiating the com.couchbase.client.core.deps.io.netty.channel.kqueue.Native class. Is there a way to disable this native mode ? is it mandatory for usage of couchbase java client ?
@zbendhiba on the IoEnvironment, you can set nativeIoEnabled to false which will make it use the regular java NIO based event loop etc.
But please note that we are still working on full grallvm native support for the SDK, it’s not done yet and you might run into other issues. Btw if you got a native build to work for your env, it would be great if you could share the config files you used so we can double check with our work in progress.