[
https://issues.apache.org/jira/browse/KAFKA-10872?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ksolves reassigned KAFKA-10872:
-------------------------------
Assignee: Ksolves
> Log broker configuration prefixed with "listener.name.*"
> --------------------------------------------------------
>
> Key: KAFKA-10872
> URL: https://issues.apache.org/jira/browse/KAFKA-10872
> Project: Kafka
> Issue Type: Improvement
> Reporter: Badai Aqrandista
> Assignee: Ksolves
> Priority: Minor
>
> When configuring broker listeners with "listener.name.*" prefix, it is very
> hard to verify in the log if we are passing the correct value or if we're
> missing any values.
> Can we log these configuration at INFO level? For example:
> {code:java}
> Configuration for listener.name.internal:
> listener.name.internal.ssl.truststore.location=/etc/ssl/truststore.jks
> listener.name.internal.ssl.truststore.password=changeit
> listener.name.internal.ssl.keystore.location=/etc/ssl/keystore.jks
> listener.name.internal.ssl.keystore.password=changeit
> {code}
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)