xenon-middleware / xenon-grpc

Xenon grpc based server
Apache License 2.0
0 stars 1 forks source link

Implement JobOutputStreamsForwarder #6

Closed sverhoeven closed 7 years ago

sverhoeven commented 7 years ago

In https://github.com/NLeSC/xenon-grpc/blob/master/src/main/java/nl/esciencecenter/xenon/grpc/jobs/JobOutputStreamsForwarder.java all bytes from the stdout and stderr need to be forwarded to the writeStdOut and writeStdErr methods.

To handle this in parallel I need some help. Could you implement the forwarder?