[
https://issues.apache.org/jira/browse/SAMZA-145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Riccomini resolved SAMZA-145.
-----------------------------------
Resolution: Fixed
Fix Version/s: 0.7.0
Thanks Jakob!
Merged and committed.
> Bootstrap config doesn't work
> -----------------------------
>
> Key: SAMZA-145
> URL: https://issues.apache.org/jira/browse/SAMZA-145
> Project: Samza
> Issue Type: Bug
> Components: container
> Affects Versions: 0.6.0
> Reporter: Chris Riccomini
> Assignee: Chris Riccomini
> Fix For: 0.7.0
>
> Attachments: SAMZA-145.0.patch
>
>
> Setting a stream as a bootstrap stream is ignored by Samza. This is because
> of this line in DefaultChooserConfig:
> {code}
> def getBootstrapStreams = config
> .getInputStreams
> .map(systemStream => (systemStream, getOrElse(BOOTSTRAP format
> (systemStream.getSystem, systemStream.getStream), "false").equals("true")))
> .filter(_._2.equals("true"))
> .map(_._1)
> {code}
> The filter should be .equals(true), not as a string.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)