[
https://issues.apache.org/jira/browse/BEAM-4766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Luke Cwik resolved BEAM-4766.
-----------------------------
Fix Version/s: 2.23.0
Assignee: Luke Cwik
Resolution: Fixed
> Use vendored version of protobuf in sdks/java/core or replace usage of
> ByteString with something else
> -----------------------------------------------------------------------------------------------------
>
> Key: BEAM-4766
> URL: https://issues.apache.org/jira/browse/BEAM-4766
> Project: Beam
> Issue Type: Bug
> Components: sdk-java-core
> Reporter: Luke Cwik
> Assignee: Luke Cwik
> Priority: P2
> Labels: portability, stale-P2
> Fix For: 2.23.0
>
> Time Spent: 1h 50m
> Remaining Estimate: 0h
>
> The sdk/java/core library will bring in the pipeline model proto to be able
> to perform Pipeline > proto translation within the SDK instead of it being
> hidden away in runners core and similar libraries so it makes a lot of sense
> to just migrate the implementation to use vendored protobuf.
>
> This is currently used in ByteKey and TextSource.
>
> An alternative would be to re-implement the logic to not use ByteStrings.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)