You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "zhangzhanchang (Jira)" <ji...@apache.org> on 2021/11/15 11:22:00 UTC

[jira] [Comment Edited] (KAFKA-13454) kafka has duplicate configuration information log information printing during startup

    [ https://issues.apache.org/jira/browse/KAFKA-13454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17443769#comment-17443769 ] 

zhangzhanchang edited comment on KAFKA-13454 at 11/15/21, 11:21 AM:
--------------------------------------------------------------------

HI,[~ijuma]  [~guozhang]  Can you help me look at this problem?


was (Author: zzccctv):
HI,[~ijuma]  Can you help me look at this problem?

> kafka has duplicate configuration information log information printing during startup
> -------------------------------------------------------------------------------------
>
>                 Key: KAFKA-13454
>                 URL: https://issues.apache.org/jira/browse/KAFKA-13454
>             Project: Kafka
>          Issue Type: Improvement
>    Affects Versions: 2.5.0, 3.0.0
>            Reporter: zhangzhanchang
>            Priority: Minor
>
> kafka has duplicate configuration information log information printing during startup,repeated information printing will bring confusion to users.It is better to add log information before and after repeating the configuration information
> [2021-11-15 12:07:29,133] INFO KafkaConfig values: 
>         advertised.host.name = null
>         advertised.listeners = null
>         advertised.port = null
>         alter.config.policy.class.name = null
>         alter.log.dirs.replication.quota.window.num = 11
>         alter.log.dirs.replication.quota.window.size.seconds = 1
>         authorizer.class.name = 
>         ...........................................
>         zookeeper.ssl.truststore.type = null
>         zookeeper.sync.time.ms = 2000
>  (kafka.server.KafkaConfig)
> [2021-11-15 12:07:29,161] INFO KafkaConfig values: 
>         advertised.host.name = null
>         advertised.listeners = null
>         advertised.port = null
>         alter.config.policy.class.name = null
>         alter.log.dirs.replication.quota.window.num = 11
>         alter.log.dirs.replication.quota.window.size.seconds = 1
>         authorizer.class.name = 
>         auto.create.topics.enable = true
>         auto.leader.rebalance.enable = true
>         background.threads = 10
>         ..........................................
> (kafka.server.KafkaConfig)



--
This message was sent by Atlassian Jira
(v8.20.1#820001)