You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/11/25 14:05:00 UTC

[jira] [Work logged] (BEAM-11343) Make ExpansionServiceClient accesible outside of core-construction-java

     [ https://issues.apache.org/jira/browse/BEAM-11343?focusedWorklogId=516695&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-516695 ]

ASF GitHub Bot logged work on BEAM-11343:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 25/Nov/20 14:04
            Start Date: 25/Nov/20 14:04
    Worklog Time Spent: 10m 
      Work Description: iemejia opened a new pull request #13427:
URL: https://github.com/apache/beam/pull/13427


   I found this inaccessibility issue while trying to use ExpansionService outside of the external transform. 
   
   R: @ibzib 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 516695)
    Remaining Estimate: 0h
            Time Spent: 10m

> 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
>            Priority: P2
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> {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)