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)