-
Type: Task
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Component/s: Streams
-
Tags:
-
Team:PLATFORM
-
Sprint:nxplatform next
-
Story Points:2
Since the Kafka client upgrade to 3.8.0 we have a warnings in the logs when connecting to older Kafka clusters, see:
WARN [KafkaAdminClient] [AdminClient clientId=adminclient-4] The DescribeTopicPartitions API is not supported, using Metadata API to describe topics.
This log message will be removed in the next client version (3.9.0), see KAFKA-17141.
So we can hide this log with a proper log4j2 configuration.