If you build on the JVM and want to use Qdrant , the official client is io. qdrant:client — and it's built for Java. Every call returns a ListenableFuture , requests are assembled with protobuf builders, and it drags a gRPC/Netty stack onto your classpath.
Source: [Dev.to](https://dev.to/tonytonycoder11/kdrant-an-idiomatic-coroutine-first-kotlin-client-for-qdrant-4i49)