Granular configuration options for such as JANUSGRAPH_RELATION_DELIMITER on driver

Hi folks,

I'm curious about the possibility to make configuration options such as JANUSGRAPH_RELATION_DELIMITER more granular at the driver level. I know it can currently be set as an environment variable, but I'm wondering if there's thoughts of making this configurable on a per DriverRemoteConnection/Cluster basis client-side.
The reason I'm asking is to cater for potential use cases where users on G.V() might need to connect to multiple janusgraph databases with disparate setups.
Is that something reasonable/achievable as a potential new feature?
Solution
It’s unfortunately not viable, because driver package has no dependencies on config (core) package
Was this page helpful?