Jake Maes created SAMZA-1244:
--------------------------------
Summary: StreamConfig should validate samza.* configs
Key: SAMZA-1244
URL: https://issues.apache.org/jira/browse/SAMZA-1244
Project: Samza
Issue Type: Bug
Reporter: Jake Maes
Assignee: Jake Maes
Fix For: 0.14.0
We had a scenario where a user specified the following property:
streams.myStreamId.samza.physical.stream=myPhysicalName
when the actual property should have been
streams.myStreamId.samza.physical.name=myPhysicalName
For general stream properties, we can't know if they are correct. But
everything after the ".samza." scope can be validated against the known samza
stream configs and a warning could be thrown if it's not valid.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)