-
Notifications
You must be signed in to change notification settings - Fork 1k
[C++] Update proto files #5286
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
Comments
This was referenced Apr 23, 2025
5 tasks
@uncleDecart I opened #5287, feel free to push to it (or to open PRs on the branch), I think the todo for switching to the Message API is quite a big topic, we could try to have a sync if you are interested in working on it |
@charlesbvll thank you very much! Would be great if you bring me up to speed. Shall I contact you on Slack to schedule the meeting? |
@uncleDecart Yes perfect! |
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.
Describe the type of feature and its functionality.
The proto files listed in the
CMakeLists.txt
file for building the C++ SDK includerecordset.proto
,task.proto
which no longer exist. It is also missingmessage.proto
which is a dependency for other proto files.Describe step by step what files and adjustments are you planning to include.
CMakeLists.txt
to list the correct proto filessrc/
Message
API instead ofTaskIns/TaskRes
(this is quite big)Is there something else you want to add?
No response
The text was updated successfully, but these errors were encountered: