Skip to content

Warnings in log due to issue in the kafka client #780

@sergeykad

Description

@sergeykad

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions