[
https://issues.apache.org/jira/browse/SAMZA-1275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16003325#comment-16003325
]
ASF GitHub Bot commented on SAMZA-1275:
---------------------------------------
GitHub user jmakes opened a pull request:
https://github.com/apache/samza/pull/176
SAMZA-1275: Kafka throws when users configure replication.factor for …
…Kafka default stream
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jmakes/samza samza-1275
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/samza/pull/176.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #176
----
commit f47e019eb142ee06c516c80864e36fa53b1cd64b
Author: Jacob Maes <[email protected]>
Date: 2017-05-09T19:08:21Z
SAMZA-1275: Kafka throws when users configure replication.factor for Kafka
default stream
----
> 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)