You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "A. Sophie Blee-Goldman (Jira)" <ji...@apache.org> on 2022/11/19 01:21:00 UTC

[jira] [Created] (KAFKA-14404) Improve dWarn that the ProducerConfig partitioner.class cannot be used in Streams

A. Sophie Blee-Goldman created KAFKA-14404:
----------------------------------------------

             Summary: Improve dWarn that the ProducerConfig partitioner.class cannot be used in Streams
                 Key: KAFKA-14404
                 URL: https://issues.apache.org/jira/browse/KAFKA-14404
             Project: Kafka
          Issue Type: Bug
          Components: streams
            Reporter: A. Sophie Blee-Goldman


There are a handful of client configs that can't be set by Streams users for various reasons, such as the group id, but we seem to have missed a few of them in the documentation [here|https://kafka.apache.org/documentation/streams/developer-guide/config-streams.html#id26]: the partitioner assignor (Consumer) and partitioner (Producer).

This section of the docs also just needs to be cleaned up in general as there is overlap between the [Default Values|https://kafka.apache.org/documentation/streams/developer-guide/config-streams.html#default-values] and [Parameters controlled by Kafka Streams|https://kafka.apache.org/documentation/streams/developer-guide/config-streams.html#id26] sections, and the table of contents is messed up presumably due to an issue with the section headers.

We should separate these with one section covering (only) configs where Streams sets a different default but this can still be overridden by the user, and the other section covering the configs that Streams hardcodes and users can never override.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)