Sophie Blee-Goldman created KAFKA-9161:
------------------------------------------
Summary: Close gaps in Streams configs documentation
Key: KAFKA-9161
URL: https://issues.apache.org/jira/browse/KAFKA-9161
Project: Kafka
Issue Type: Bug
Components: documentation, streams
Reporter: Sophie Blee-Goldman
There are a number of Streams configs that aren't documented in the
"Configuring a Streams Application" section of the docs. As of 2.3 the missing
configs are:
# default.windowed.key.serde.inner *
# default.windowed.value.serde.inner *
# max.task.idle.ms
# rocksdb.config.setter. **
# topology.optimization
# upgrade.from
* these configs are also missing the corresponding DOC string
** this one actually does appear on that page, but instead of being included in
the list of Streams configs it is for some reason underĀ "Consumer and Producer
Configuration Parameters" ?
There are also a few configs whose documented name is slightly incorrect, ie it
is missing the "default" prefix that appears in the actual code. I assume this
was not intentional because there are other configs that do have the "default"
prefix included, so it doesn't seem to be dropped on purpose. The
"missing-default" configs are:
# key.serde
# value.serde
# timestamp.extractor
--
This message was sent by Atlassian Jira
(v8.3.4#803005)