-
-
Notifications
You must be signed in to change notification settings - Fork 223
Description
Issue submitter TODO list
- I've looked up my issue in FAQ
- I've searched for an already existing issues here
- I've tried running
main-labeled docker image and the issue still persists there - I'm running a supported version of the application which is listed here
Describe the bug (actual behavior)
Many warnings like the following are printed to log.
WARN [kafka-admin-client-thread | kafbat-ui-admin-1736928319-1] o.a.k.c.a.KafkaAdminClient: [AdminClient clientId=kafbat-ui-admin-1736928319-1] The DescribeTopicPartitions API is not supported, using Metadata API to describe topics.
2025-01-15 08:12:49,762
Expected behavior
Only actual issues are logged.
Your installation details
Running Kafbat 1.1 using Helm chart 1.4.10
Steps to reproduce
Use Kafka-ui with a slightly older Kafka version without the DescribeTopicPartitions API
Screenshots
No response
Logs
WARN [kafka-admin-client-thread | kafbat-ui-admin-1736928319-1] o.a.k.c.a.KafkaAdminClient: [AdminClient clientId=kafbat-ui-admin-1736928319-1] The DescribeTopicPartitions API is not supported, using Metadata API to describe topics.
2025-01-15 08:17:19,748 WARN [kafka-admin-client-thread | kafbat-ui-admin-1736928319-1] o.a.k.c.a.KafkaAdminClient: [AdminClient clientId=kafbat-ui-admin-1736928319-1] The DescribeTopicPartitions API is not supported, using Metadata API to describe topics.
2025-01-15 08:17:19,771 WARN [kafka-admin-client-thread | kafbat-ui-admin-1736928319-1] o.a.k.c.a.KafkaAdminClient: [AdminClient clientId=kafbat-ui-admin-1736928319-1] The DescribeTopicPartitions API is not supported, using Metadata API to describe topics.
Additional context
Upgrading the kafka client should solve it. See https://issues.apache.org/jira/browse/KAFKA-17141