Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
3.7.0
Description
When
`long position(TopicPartition partition, final Duration timeout);`
is called on an unknown topic partition (and auto creation is disabled), the method fails to adhere to the timeout supplied.
e.g. the following warning is logged continuously as metadata fetches are retriedÂ
[2024-03-26 11:03:48,589] WARN [Consumer clientId=ConsumerTestConsumer, groupId=my-test] Error while fetching metadata with correlation id 200 : {nonexistingTopic=UNKNOWN_TOPIC_OR_PARTITION} (org.apache.kafka.clients.NetworkClient:1313)
Attachments
Issue Links
- is related to
-
KAFKA-15974 Enforce that event processing respects user-provided timeout
- Resolved
-
KAFKA-16200 Enforce that RequestManager implementations respect user-provided timeout
- Resolved
- links to