-
Notifications
You must be signed in to change notification settings - Fork 11
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
fix: Agent/Worker comm using files in Python and Cpp #421
Conversation
5093f87
to
b39d84f
Compare
☂️ Python Coverage
Overall Coverage
New FilesNo new covered files... Modified FilesNo covered modified files...
|
Cla bot not giving the comment... |
@@ -89,7 +84,8 @@ class TaskHandler { | |||
* @param data The result data | |||
* @return A future containing a vector of ResultReply | |||
*/ | |||
std::future<armonik::api::grpc::v1::agent::ResultReply> send_result(std::string key, absl::string_view data); | |||
std::future<armonik::api::grpc::v1::agent::NotifyResultDataResponse> send_result(std::string key, |
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.
It is unfortunate that it changes the API. I think you should wrap this message somehow
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.
I'd return nothing and throw if there is an issue
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 does this change in this PR ?
No description provided.