dajac commented on PR #21464: URL: https://github.com/apache/kafka/pull/21464#issuecomment-3924069227
> * as the the UNKNOWN_TOPIC_OR_PARTITION, it's indeed never returned by the broker on the offsetfetch path anymore, but it was returned by older broker (e.g, [3.1](https://github.com/apache/kafka/blob/2b57b38f9306ac73f18d94d55c0158530fd444df/core/src/main/scala/kafka/server/KafkaApis.scala#L1344-L1345) broker when using zookeeper and not finding the topic for the offsets there). So I guess we should keep the handling on the client for backwards compatibility I wonder why it was dropped starting from v1. Was it missed during a refactoring (e.g. when batching was introduced)? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
