Ismaël Mejía created BEAM-11343:
-----------------------------------
Summary: Make ExpansionServiceClient accesible outside of
core-construction-java
Key: BEAM-11343
URL: https://issues.apache.org/jira/browse/BEAM-11343
Project: Beam
Issue Type: Improvement
Components: runner-core
Reporter: Ismaël Mejía
Assignee: Ismaël Mejía
{color:#000000}DefaultExpansionServiceClientFactory is the de-facto way to get
an {color}{color:#000000}ExpansionServiceClient to request an Expansion used by
External transforms.
{color}
{color:#000000}If we want to use this client to get an expansion in other
transforms in Beam we cannot do it because even if the
DefaultExpansionServiceClientFactory class is public the constructor and the
objects that return are not. The idea here is to fix both so other parts of
Beam can use it too.{color}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)