[
https://issues.apache.org/jira/browse/KAFKA-4361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15626028#comment-15626028
]
ASF GitHub Bot commented on KAFKA-4361:
---------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/kafka/pull/2084
> Streams does not respect user configs for "default" params
> ----------------------------------------------------------
>
> Key: KAFKA-4361
> URL: https://issues.apache.org/jira/browse/KAFKA-4361
> Project: Kafka
> Issue Type: Bug
> Components: streams
> Affects Versions: 0.10.1.0
> Reporter: Roger Hoover
> Assignee: Damian Guy
> Fix For: 0.10.2.0
>
>
> For the config params in CONSUMER_DEFAULT_OVERRIDES
> (https://github.com/apache/kafka/blob/0.10.1/streams/src/main/java/org/apache/kafka/streams/StreamsConfig.java#L274)
> such as consumer.max.poll.records and consumer.auto.offset.reset, those
> parameters are not used and instead overridden by the defaults. It may not
> work for some producer config values as well.
> If your application sets those params in the StreamsConfig, they are not used
> in the underlying Kafka Consumers (and possibly Producers)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)