Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
Description
Specifying 'app.class' is not required when running with the LocalApplicationRunner since we don't need to classload the StreamApplication. However MetricsSnapshotReporterFactory still requires either task.app or task.class configuration to be present (it uses it to get the versions for the job and samza).
We need to either mark he configuration as required, or better, not require it in MetricsSnapshotReporterFactory (and other places).
Attachments
Issue Links
- duplicates
-
SAMZA-1266 Unable to use MetricsSnapshotReporterFactory with fluent API
- Resolved