Leveraging Neptune read-only endpoint and read/write endpoint #226
Unanswered
yongkansage
asked this question in
Q&A
Replies: 2 comments 4 replies
-
There is, at the time of writing, unfortunately no support for these very Neptune-specific features. As a matter of fact, a Gremlinq query today does not have a notion of whether it's read or write. That might be an interesting concept to implement though - the scenario you proposed would then become possible with some effort (custom executor, etc). |
Beta Was this translation helpful? Give feedback.
4 replies
-
I created a short writeup on how to proceed with good ideas. I consider this a good idea. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Neptune provides read-only endpoint for read queries, and read/write endpoint for read/write queries. What is the suggested approach to add IGremlinQuerySource service to IServiceCollection container with the two types of endpoints?
Beta Was this translation helpful? Give feedback.
All reactions