You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Jake Maes (JIRA)" <ji...@apache.org> on 2017/05/09 22:59:04 UTC

[jira] [Resolved] (SAMZA-1275) Kafka throws when users configure replication.factor for Kafka default stream

     [ https://issues.apache.org/jira/browse/SAMZA-1275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jake Maes resolved SAMZA-1275.
------------------------------
    Resolution: Fixed

Issue resolved by pull request 176
[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)