You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Alan Zhang (Jira)" <ji...@apache.org> on 2020/02/20 18:48:00 UTC

[jira] [Created] (SAMZA-2465) Task inputs information lost when enabled `RegExTopicGenerator ` in non-legacy application

Alan Zhang created SAMZA-2465:
---------------------------------

             Summary: Task inputs information lost when enabled `RegExTopicGenerator ` in non-legacy application
                 Key: SAMZA-2465
                 URL: https://issues.apache.org/jira/browse/SAMZA-2465
             Project: Samza
          Issue Type: Bug
            Reporter: Alan Zhang
            Assignee: Alan Zhang


If the user’s non-legacy application enabled "RegExTopicGenerator" and specified the input streams in its application descriptor, the expectation from the user side should be that the application can consume messages from specified input streams and Kafka topics that matched specified regex pattern.

However, in current logic seems the input information from the application descriptor will be overdried by the information from "RegExTopicGenerator", which means the user’s application can only consume from matched Kafka topics.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)