barrettc
JJanusGraph
•Created by barrettc on 10/29/2024 in #questions
Best practices recommendation for Kotlin?
What, if any, are best practices recommendations when using the Java API from a Kotlin coroutine environment? Are there plans to support an asynchronous Java client in the future?
2 replies
JJanusGraph
•Created by barrettc on 10/9/2024 in #questions
Trying to connect to JanusGraph server/Cassandra with Kotlin client
I'm new to JanusGraph and attempting to connect to a remote server from a Kotlin client. I have created two Docker containers and everything looks good from the logs of JanusGraph:
I'm following the Connecting from Java directions with both
conf/remote-graph.properties
and conf/remote-objects.yaml
available.
In my Kotlin client, I'm just running:
The error I get is:
I've seen other questions out there that involve adding snippets to the server yaml and/or groovy scripts but I'm not sure what is necessary. I'm trying to keep this as simple as possible to start. Appreciate any tips!2 replies