-
Notifications
You must be signed in to change notification settings - Fork 71
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
feat: support http2 #246
feat: support http2 #246
Conversation
21492fa
to
fd53aca
Compare
The nebula service used in tests is not http2-based, we might need a separate docker image to test the http2 feature. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to me in terms of the HTTP support. Please take a look. Thanks! @Aiee
go.mod
Outdated
// TODO: When confirmed, fork it to vesoft-inc. | ||
replace github.com/facebook/fbthrift => github.com/veezhang/fbthrift v0.0.0-20230130031010-dc2d376142c6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replace with official source
@@ -21,6 +22,8 @@ const ( | |||
port = 3699 | |||
username = "root" | |||
password = "nebula" | |||
useSSL = false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please make sure these changes in examples will not be merged into the master branch, the examples should be concise.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding this doesn't make it too complicated, but he can tell users how to use ssl and http2. I think this is also beneficial? What do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Of course, this will not be merged into master for the time being. If you think it is not necessary, I will delete it before merging into master.
Codecov ReportBase: 62.64% // Head: 62.00% // Decreases project coverage by
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## release-3.4-beta-sc #246 +/- ##
=======================================================
- Coverage 62.64% 62.00% -0.65%
=======================================================
Files 9 9
Lines 2230 2266 +36
=======================================================
+ Hits 1397 1405 +8
- Misses 693 720 +27
- Partials 140 141 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
What type of PR is this?
What problem(s) does this PR solve?
Issue(s) number:
fix #245
Description:
How do you solve it?
Special notes for your reviewer, ex. impact of this fix, design document, etc: