apoorvmittal10 commented on PR #19928: URL: https://github.com/apache/kafka/pull/19928#issuecomment-2957325074
@junrao The importance of the fix is more evident when messages are larger in size. I produced messages of size 102400 Bytes hence a single share fetch should have 500 (default) * 102400 = 50 MB max data. Ran with 5 share groups, with timeout of 5 minutes. The consumption bytes and records are similar, though with fix there is better perfromance i.e. ~8.7 GB read per group vs ~8.9 GB read with fix in 5 minutes. Also the memory footprints are far lower with the fix as memory is reclaimed faster now. ### Without fix - trunk   ### With Fix   -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org