You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Cameron Lee (Jira)" <ji...@apache.org> on 2021/06/30 23:05:00 UTC

[jira] [Created] (SAMZA-2662) Remove InternalTaskContext hacks for wiring objects to high-level API

Cameron Lee created SAMZA-2662:
----------------------------------

             Summary: Remove InternalTaskContext hacks for wiring objects to high-level API
                 Key: SAMZA-2662
                 URL: https://issues.apache.org/jira/browse/SAMZA-2662
             Project: Samza
          Issue Type: Improvement
            Reporter: Cameron Lee


https://issues.apache.org/jira/browse/SAMZA-1935 made some of the code look nicer, but we still have some internal object wiring which requires casting TaskContext to TaskContextImpl.
 * getJobModel: We already do have JobModel in Context.getJobContext.getJobModel, so that might be easy to change.
 * getStreamMetadataCache: I'm not sure how to do this one.
 * getSspsExcludingSideInputs: https://issues.apache.org/jira/browse/SAMZA-2661 would help with this.

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)