You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Ismael Juma (JIRA)" <ji...@apache.org> on 2017/06/08 02:08:18 UTC

[jira] [Work started] (KAFKA-5276) Support derived and prefixed configs in DescribeConfigs (KIP-133)

     [ https://issues.apache.org/jira/browse/KAFKA-5276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on KAFKA-5276 started by Ismael Juma.
------------------------------------------
> Support derived and prefixed configs in DescribeConfigs (KIP-133)
> -----------------------------------------------------------------
>
>                 Key: KAFKA-5276
>                 URL: https://issues.apache.org/jira/browse/KAFKA-5276
>             Project: Kafka
>          Issue Type: Sub-task
>            Reporter: Ismael Juma
>            Assignee: Ismael Juma
>             Fix For: 0.11.0.0
>
>
> The broker supports config overrides per listener. The way we do that is by prefixing the configs with the listener name. These configs are not defined by ConfigDef and they don't appear in `values()`. They do appear in `originals()`. We should change the code so that we return these configs. Because these configs are read-only, nothing needs to be done for AlterConfigs.
> With regards to derived configs, an example is advertised.listeners, which falls back to listeners. This is currently done outside AbstractConfig. We should look into including these into AbstractConfig so that the fallback happens for the returned configs.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)