[
https://issues.apache.org/jira/browse/BEAM-3146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kenneth Knowles updated BEAM-3146:
----------------------------------
This Jira ticket has a pull request attached to it, but is still open. Did the
pull request resolve the issue? If so, could you please mark it resolved? This
will help the project have a clear view of its open issues.
> Fn Execution APIs should not depend on the Java SDK
> ---------------------------------------------------
>
> Key: BEAM-3146
> URL: https://issues.apache.org/jira/browse/BEAM-3146
> Project: Beam
> Issue Type: Bug
> Components: runner-core
> Reporter: Thomas Groh
> Priority: P3
>
> Runners should be able to interact with the Fn API with complete ignorance of
> the underlying SDK, and as such should not obtain a dependency on the Java
> SDK.
> This dependency edge should be banned. This will also require moving shared
> model abstractions which require code execution to a module on which both fn
> execution APIs and the Java SDK can depend on.
> NOTE: the current state of this change requires either factoring of Coder,
> BoundedWindow, and associated runner-relevant code to a common location.
> Currently, these dependency edges exist to reduce work required to encode and
> decode these elements and minimize duplication between the runner and SDK for
> model-level concepts.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)