Janek Lasocki-Biczysko created SAMZA-1694:
---------------------------------------------
Summary: Docs suggested incorrect config
Key: SAMZA-1694
URL: https://issues.apache.org/jira/browse/SAMZA-1694
Project: Samza
Issue Type: Bug
Components: docs
Affects Versions: 0.14.0
Reporter: Janek Lasocki-Biczysko
The
[configuration-table|https://samza.apache.org/learn/documentation/0.14/jobs/configuration-table.html]
entry for `stores.store-name.changelog.
kafka.topic-level-property` has the following description:
bq. The property allows you to specify topic level settings for the changelog
topic to be created. For e.g., you can specify the clean up policy as
"stores.mystore.changelog.cleanup.policy=delete". Please refer to
http://kafka.apache.org/documentation.html#configuration for more topic level
configurations.
I believe this should read
bq. ... "stores.mystore.changelog.*kafka*.cleanup.policy=delete" ...
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)