Martin Kleppmann created SAMZA-453:
--------------------------------------
Summary: Spaces in task.inputs are taken too literally
Key: SAMZA-453
URL: https://issues.apache.org/jira/browse/SAMZA-453
Project: Samza
Issue Type: Bug
Reporter: Martin Kleppmann
Assignee: Martin Kleppmann
If you set the following config:
{noformat}
task.inputs=kafka.PageViewEvent, kafka.UserActivityEvent
{noformat}
Samza tries to find a system called " kafka" (with a space at the beginning).
Since commas are normally followed by a space in both prose and code, this
seems like an unnecessary gotcha.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)