Nancy-ksolves commented on PR #16651: URL: https://github.com/apache/kafka/pull/16651#issuecomment-2249587159
Hi @dguy , After further investigation, we have found a resolution for the error Errors.INVALID_FETCH_SIZE and InvalidFetchSizeException in the article linked below: [KAFKA Error: Unexpected Error Code 4](https://community.boomi.com/s/article/KAFKA-Error-Unexpected-Error-Code-4#:~:text=The%20KAFKA%20error%20code%204%20indicates%20that%20%22The%20requested%20fetch%20size%20is%20invalid.%22%20This%20error%20implies%20that%20the%20fetch%20size%20defined%20in%20the%20KAFKA%20properties%20is%20either%20too%20large%20or%20too%20small%20for%20the%20operation%20to%20proceed%20successfully%2E) The article explains that the error code indicates "The requested fetch size is invalid," implying that the fetch size defined in the Kafka properties is either too large or too small for the operation to proceed successfully. Given this information, we believe there is no need to proceed with the changes proposed in this PR. Therefore, I am closing this PR. -- 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]
