You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Matthias J. Sax (Jira)" <ji...@apache.org> on 2021/01/08 02:45:00 UTC

[jira] [Created] (KAFKA-12160) KafkaStreams configs are documented incorrectly

Matthias J. Sax created KAFKA-12160:
---------------------------------------

             Summary: KafkaStreams configs are documented incorrectly
                 Key: KAFKA-12160
                 URL: https://issues.apache.org/jira/browse/KAFKA-12160
             Project: Kafka
          Issue Type: Bug
          Components: docs, streams
            Reporter: Matthias J. Sax


In version 2.3, we removed the KafkaStreams default of `max.poll.interval.ms` and fall-back to the consumer default. However, the docs still contain `Integer.MAX_VALUE` as default.

Because we rely on the consumer default, we should actually remove `max.poll.interval.ms` from the Kafka Streams docs completely. We might want to fix this is some older versions, too. Not sure how far back we want to go.

Furhtermore, in 2.7 docs, the section of "Default Values" and "Parameters controlled by Kafka Streams" contain incorrect information.

cf https://kafka.apache.org/27/documentation/streams/developer-guide/config-streams.html#default-values

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)