You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "shunichi ishii (JIRA)" <ji...@apache.org> on 2016/09/15 04:50:20 UTC

[jira] [Created] (KAFKA-4174) Delete a Config that does not exist in ConsumerConfig

shunichi ishii created KAFKA-4174:
-------------------------------------

             Summary: Delete a Config that does not exist in ConsumerConfig
                 Key: KAFKA-4174
                 URL: https://issues.apache.org/jira/browse/KAFKA-4174
             Project: Kafka
          Issue Type: Bug
          Components: streams
    Affects Versions: 0.10.0.1, 0.10.0.0
            Reporter: shunichi ishii
            Assignee: Guozhang Wang
            Priority: Trivial


```bash
$ ./bin/kafka-run-class.sh org.apache.kafka.streams.examples.pipe.PipeDemo
[2016-09-15 13:10:49,789] WARN The configuration 'replication.factor' was supplied but isn't a known config. (org.apache.kafka.clients.consumer.ConsumerConfig)
[2016-09-15 13:10:49,790] WARN The configuration 'windowstore.changelog.additional.retention.ms' was supplied but isn't a known config. (org.apache.kafka.clients.consumer.ConsumerConfig)
```



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)