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

Support assigning the same SSP to multiple tasknames

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Reopened
    • Major
    • Resolution: Unresolved
    • 0.8.0
    • None
    • container

    Description

      Post SAMZA-123, it is possible to add the same SSP to multiple tasknames, although currently we check for this and error out if this is done. We should think through the implications of having the same SSP appear in multiple tasknames and support this if it makes sense.

      This could be used as a broadcast stream that's either added by Samza itself to each taskname, or individual groupers could do this as makes sense. Right now the container maintains a map of SSP to TaskInstance and delivers the ssp to that task instance. With this change, we'd need to change the map to SSP to Set[TaskInstance] and deliver the message to each TI in the set.

      Attachments

        1. DESIGN-SAMZA-353-0.md
          12 kB
          Chris Riccomini
        2. DESIGN-SAMZA-353-0.pdf
          111 kB
          Chris Riccomini

        Issue Links

          Activity

            People

              Unassigned Unassigned
              jghoman Jakob Homan
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated: