It's rather a question:
I'm using Grumlin with Amazon Neptune and facing a problem in the title.
In my current code, Grumlin.configure is called only once in a startup script, so I cannot use write/read instances accordingly. Now I only use the write instance for read queries too.
Is there any good way to configure both write and read endpoint in a single server instance?
It's rather a question:
I'm using Grumlin with Amazon Neptune and facing a problem in the title.
In my current code,
Grumlin.configureis called only once in a startup script, so I cannot use write/read instances accordingly. Now I only use the write instance for read queries too.Is there any good way to configure both write and read endpoint in a single server instance?