-
Notifications
You must be signed in to change notification settings - Fork 219
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
support cpp lang in kvproto
#375
Conversation
hanfei1991
commented
Apr 3, 2019
•
edited
Loading
edited
- Support cpp lang.
- Add protos for learner sync.
- Add protos for communication between flash and spark.
This reverts commit d3a21c7.
Signed-off-by: nolouch <nolouch@gmail.com>
@@ -12,3 +12,7 @@ Cargo.lock | |||
.vscode | |||
.idea | |||
_tools | |||
|
|||
cpp/kvproto/*.h | |||
cpp/kvproto/*.cc |
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.
Why ignore cpp code?
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.
@flowbehappy I have the same question
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.
Because the cpp code generated by protobuf is likely unportable with other platform.
Is it necessary to put it in this repo? |
I've removed the flashpb in this repo. |
LGTM |
@overvenus PTAL |
Can someone familiar with the API changes fix the broken code in TiKV side? |
This reverts commit 894ab99.