You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Sanil Jain (JIRA)" <ji...@apache.org> on 2018/05/30 19:04:00 UTC

[jira] [Created] (SAMZA-1737) SystemProducers in TaskInstanceCollector do not resolve logical name (stream-id) to a physicalName if the configs for physical name are set

Sanil Jain created SAMZA-1737:
---------------------------------

             Summary: SystemProducers in TaskInstanceCollector do not resolve logical name (stream-id) to a physicalName if the configs for physical name are set
                 Key: SAMZA-1737
                 URL: https://issues.apache.org/jira/browse/SAMZA-1737
             Project: Samza
          Issue Type: Bug
            Reporter: Sanil Jain
            Assignee: Sanil Jain


- A samza configuration streams.stream-id.samza.physical.name assigns a physical name which for example is actual name of a kafka topic
- If this config is set, the resolution of stream-id -> physicalName should occur in SystemProducers before TaskInstanceCollector dispatches the message
- Currently this works because most of the jobs use same stream-id and physicalName
 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)