alnzng commented on pull request #1286: URL: https://github.com/apache/samza/pull/1286#issuecomment-642838977
Clarify the issue here: 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 the application that 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 is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
