We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the initial purpose for this k6 plugin was just testing the performance for NebulaGraph.
k6
there're some more options for NebulaGraph, e.g.
HTTP2 security with SSL SessionPool Retry policy ...
And it's more complex if keep the original behavior.
So I want to break the original behavior, and using an option like k6, i.e.
let poolOption = { key : value } pool.setOption(poolOption)
And then document the valid options for nebula graph pool
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
the initial purpose for this
k6
plugin was just testing the performance for NebulaGraph.there're some more options for NebulaGraph, e.g.
And it's more complex if keep the original behavior.
So I want to break the original behavior, and using an option like k6, i.e.
And then document the valid options for nebula graph pool
The text was updated successfully, but these errors were encountered: