Uploaded image for project: 'Samza'
  1. Samza
  2. SAMZA-1223

User-facing class ApplicationRunner should not expose getStreamSpec()

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • 0.15.0
    • None
    • None

    Description

      This method:
      https://github.com/apache/samza/blob/4bf8ab6ebdf95cdf78f07b81a3b450a7f3fd9d45/samza-api/src/main/java/org/apache/samza/runtime/ApplicationRunner.java#L125

      has no place in a "runner". It's arguable that it should belong in a RuntimeEnvironment or StreamConfig or other, but since ApplicationRunner is user-facing, we need to get it out of there before the release.

      From our discussion, the two best options are:
      1. Push it down to StreamConfig
      2. Make it private

      Attachments

        Activity

          People

            Unassigned Unassigned
            jmakes Jake Maes
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: