lianetm commented on PR #21464: URL: https://github.com/apache/kafka/pull/21464#issuecomment-3922808213
Since this is a response-level change, it's usually documented in the response definition (already mentions the new error on version 10+) https://github.com/apache/kafka/blob/434ae67d479f7e91f5bd08d58fde5294f31c7980/clients/src/main/resources/common/message/OffsetFetchResponse.json#L54 I also added another comment at a higher level to make the new error clearer. To complete the documentation story, from the consumer API level the behaviour remains unchanged (null to the user if topic not found), and also documented in the java docs: https://github.com/apache/kafka/blob/434ae67d479f7e91f5bd08d58fde5294f31c7980/clients/src/main/java/org/apache/kafka/clients/consumer/KafkaConsumer.java#L1581-L1583 LMK, Thanks! -- 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]
