Details
-
New Feature
-
Status: Resolved
-
P2
-
Resolution: Done
-
None
Description
As the portability framework comes into focus, let's fill out the support code for making it easy to onboard a new runner.
There is some amount of using the Fn API that has to do only with the fact that a runner is implemented in Java, and is not specific to that runner. This should be part of the runners-core library, and designed so that a runner can set it up however it likes, and just pass elements without having to explicitly manage things like requests, responses, protos, and coders.