[
https://issues.apache.org/jira/browse/BEAM-12970?focusedWorklogId=663557&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-663557
]
ASF GitHub Bot logged work on BEAM-12970:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 11/Oct/21 14:32
Start Date: 11/Oct/21 14:32
Worklog Time Spent: 10m
Work Description: AydarZaynutdinov closed pull request #15701:
URL: https://github.com/apache/beam/pull/15701
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 663557)
Remaining Estimate: 7h 40m (was: 7h 50m)
Time Spent: 20m (was: 10m)
> Implement gRPC API
> ------------------
>
> Key: BEAM-12970
> URL: https://issues.apache.org/jira/browse/BEAM-12970
> Project: Beam
> Issue Type: Sub-task
> Components: beam-playground
> Reporter: Ilya Kozyrev
> Assignee: Pavel Avilov
> Priority: P3
> Original Estimate: 8h
> Time Spent: 20m
> Remaining Estimate: 7h 40m
>
> Need to implement gRPC endpoints to communicate with frontend app:
> * implement RunCode(RunCodeRequest) returns (RunCodeResponse)
> * implement CheckStatus(CheckStatusRequest) returns (CheckStatusResponse)
> * implement GetRunOutput(GetRunOutputRequest) returns (GetRunOutputResponse)
> * implement GetCompileOutput(GetCompileOutputRequest) returns
> (GetCompileOutputResponse)
>
> The server should handle the following types of requests:
> * Take the request to run code
> * Send a response to the client with output
> * Send errors to the client
> * Send statuses of code execution/compilation
> Also, error codes and error messages should be implemented.
> All methods/functions should be covered with Unit Tests.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)