[
https://issues.apache.org/jira/browse/KAFKA-17141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17906676#comment-17906676
]
Chia-Ping Tsai commented on KAFKA-17141:
----------------------------------------
3.8:
https://github.com/apache/kafka/commit/a2de94634184ba025452cb8e67e6e27d86e4beb9
> "DescribeTopicPartitions API is not supported" warning message confuses users
> -----------------------------------------------------------------------------
>
> Key: KAFKA-17141
> URL: https://issues.apache.org/jira/browse/KAFKA-17141
> Project: Kafka
> Issue Type: Improvement
> Reporter: Luke Chen
> Assignee: PoAn Yang
> Priority: Major
> Labels: newbie
> Fix For: 3.9.0, 3.8.2
>
>
> When running describeTopics admin API, we'll try to invoke
> DescribeTopicPartitions request, and fallback to metadata request if not
> supported, and then log a warning message:
> {code:java}
> 2024-07-15 19:03:34 WARN KafkaAdminClient:2293 - [AdminClient
> clientId=adminclient-17] The DescribeTopicPartitions API is not supported,
> using Metadata API to describe topics.{code}
>
> When seeing this warning message, users might think something is wrong with
> this call. We should try to improve it. Maybe:
> 1. log it with an INFO level or DEBUG level
> 2. Make the message clear to not to confuse users
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)