Skip to content
New issue

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

refactor the options for nebula graph #44

Closed
HarrisChu opened this issue Jul 14, 2023 · 0 comments · Fixed by #45
Closed

refactor the options for nebula graph #44

HarrisChu opened this issue Jul 14, 2023 · 0 comments · Fixed by #45
Labels
type/feature req Type: feature request

Comments

@HarrisChu
Copy link
Contributor

HarrisChu commented Jul 14, 2023

the initial purpose for this k6 plugin was just testing the performance for NebulaGraph.

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

@HarrisChu HarrisChu added the type/feature req Type: feature request label Jul 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature req Type: feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant