[
https://issues.apache.org/jira/browse/SAMZA-737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14633835#comment-14633835
]
Carl Laird commented on SAMZA-737:
----------------------------------
As I mentioned above - I was mistaken to include
"stores.store-name.changelog.replication.factor".
I believe that "topic-level-property" is a placeholder that can refer to any
kafka topic property.
For instance I found this issue trying to set
stores.store-name.changelog.kafka.cleanup.policy and
stores.store-name.changelog.kafka.retention.ms. I originally tried
stores.store-name.changelog.cleanup.policy and
stores.store-name.changelog.retention.ms which did not work. They both did
work when I changed them to stores.store-name.changelog.kafka.cleanup.policy
and
stores.store-name.changelog.kafka.retention.ms.
> config docs: property name stores.store-name.changelog.topic-level-property
> is not effective
> --------------------------------------------------------------------------------------------
>
> Key: SAMZA-737
> URL: https://issues.apache.org/jira/browse/SAMZA-737
> Project: Samza
> Issue Type: Bug
> Components: docs
> Affects Versions: 0.9.0
> Reporter: Carl Laird
> Priority: Minor
>
> In the following configuration doc:
> http://samza.apache.org/learn/documentation/0.9/jobs/configuration-table.html
> The property stores.store-name.changelog.topic-level-property
> should be stores.store-name.changelog.kafka.topic-level-property
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)