[
https://issues.apache.org/jira/browse/SAMZA-1275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16003714#comment-16003714
]
ASF GitHub Bot commented on SAMZA-1275:
---------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/samza/pull/176
> Kafka throws when users configure replication.factor for Kafka default stream
> -----------------------------------------------------------------------------
>
> Key: SAMZA-1275
> URL: https://issues.apache.org/jira/browse/SAMZA-1275
> Project: Samza
> Issue Type: Bug
> Affects Versions: 0.13.0
> Reporter: Jake Maes
> Assignee: Jake Maes
> Fix For: 0.13.0
>
>
> from [~cpettitt]:
> I have set up a default system named "default" and I want to set the
> replication factor to 1. I set it with the key
> "systems.default.default.stream.replication.factor". This gets trimmed down
> to "replication.factor" and is correctly used for the replication factor.
> However, the config is also passed to Kafka which rejects the unknown
> configuration key:
> {code}
> 14:08:20.182 [Thread-1] DEBUG org.apache.samza.system.kafka.KafkaSystemAdmin
> - Exception detail:
> org.apache.kafka.common.errors.InvalidConfigurationException: Unknown Log
> configuration replication.factor.
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)