440 Commits (5ae0b21b22d3d79be8f9372d248120c39be49d8f)

Author SHA1 Message Date
chrislu 690754acb7 fix: Increase fetch batch sizes to utilize available maxBytes capacity 2 weeks ago
chrislu 8969b45092 fix: Don't report long-poll duration as throttle time 2 weeks ago
chrislu c6807de7cc fix: Load persisted offsets into memory cache immediately on fetch 2 weeks ago
chrislu 5273e781f0 clean up, mem.Allocate and Free 2 weeks ago
chrislu 9d53d5883c Revert "fix: Ensure offset fetch checks SMQ storage as fallback" 2 weeks ago
chrislu 5c0f215eb5 fix: Ensure offset fetch checks SMQ storage as fallback 2 weeks ago
chrislu ed5d801ee6 Revert "fix: Critical offset persistence race condition causing message loss" 2 weeks ago
chrislu 833b09c449 remove debug 2 weeks ago
chrislu f18ff58476 fix: Critical offset persistence race condition causing message loss 2 weeks ago
chrislu fc4c17607a purge logs 2 weeks ago
chrislu 9cd0a29f48 purge 2 weeks ago
chrislu 9373ae28d5 cleanup: Remove all temporary debug logs 2 weeks ago
chrislu 28c9516ecd cleanup: Remove all emoji logs 2 weeks ago
chrislu 35b9417d12 cleanup: Remove debug messages 2 weeks ago
chrislu bd3f67277a fix: Correct throttle time semantics in Fetch responses 2 weeks ago
chrislu d66ba54250 fix: Use actual nodeID in HandleMetadataV1 and HandleMetadataV3V4 2 weeks ago
chrislu 8ef2cb5b16 fix: Use actual broker nodeID in partition metadata for Metadata responses 2 weeks ago
chrislu bfde525aba fix: Dynamic hostname detection in Metadata response 2 weeks ago
chrislu ad471d25ab investigation: Schema Registry producer sends InitProducerId with idempotence enabled 2 weeks ago
chrislu 94f3232e78 🚨 CRITICAL BREAKTHROUGH: Switch case for ListOffsets NEVER MATCHED! 2 weeks ago
chrislu cebd17f910 debug: Add exhaustive ListOffsets handler logging - CONFIRMS ROOT CAUSE 2 weeks ago
chrislu 410259060f debug: Add Metadata response hex logging and enable SR debug logs 2 weeks ago
chrislu 84842eb6e9 debug: Add raw request logging - CONSUMER STUCK IN SEEK LOOP 2 weeks ago
chrislu 244bbe37c3 debug: Add comprehensive Metadata response logging - METADATA IS CORRECT 2 weeks ago
chrislu cbd2c8a273 debug: Add before-routing logging for ListOffsets 2 weeks ago
chrislu 920e7c6b41 debug: Add request routing and control plane logging 2 weeks ago
chrislu cc16e42162 debug: Add processRequestSync and ListOffsets case logging 2 weeks ago
chrislu 9ce91d2ff3 debug: Add ListOffsets response validation logging 2 weeks ago
chrislu 0529a2af28 debug: Add consumer coordination logging to pinpoint consumer init issue 2 weeks ago
chrislu 592042e496 fix: Remove context timeout propagation from produce that breaks consumer init 2 weeks ago
chrislu f3f93a9483 Add comprehensive debug logging for Noop record processing 2 weeks ago
chrislu 3e32331f38 Apply client-specified timeout to context 2 weeks ago
chrislu 4bf914e274 clean up 2 weeks ago
chrislu 017e7d32cf fix Node ID Mismatch, and clean up log messages 2 weeks ago
chrislu bca94e778d fmt 2 weeks ago
chrislu fa1be8b2b0 perf: add RecordType inference cache to eliminate 37% gateway CPU overhead 2 weeks ago
chrislu 98ec5e03eb perf: add partition assignment cache in gateway to eliminate 13.5% CPU overhead 2 weeks ago
chrislu 78d4e15c79 fmt 2 weeks ago
chrislu 1ad25ba030 perf: optimize broker assignment validation to eliminate 14% CPU overhead 2 weeks ago
chrislu 8532acea53 fix: add cache to LookupTopicBrokers to eliminate 26% CPU overhead 2 weeks ago
chrislu b9ad795dce refactor: merge topicExistsCache and topicConfCache into unified topicCache 2 weeks ago
chrislu 8ea740978f fmt 2 weeks ago
chrislu 0e1afe8943 perf: add topic configuration cache to fix 60% CPU overhead 2 weeks ago
chrislu b96563946b remove _schemas debug 2 weeks ago
chrislu 4b4dffc731 refactor: change remaining glog.Infof debug messages to V(3) 2 weeks ago
chrislu 4d86fd345b refactor: reduce verbosity of debug log messages 2 weeks ago
chrislu cd9b39ca50 feat: automatic idle partition cleanup to prevent memory bloat 2 weeks ago
chrislu e1a4bff794 feat: add context timeout propagation to produce path 2 weeks ago
chrislu 39e7bbdc6d less logs 2 weeks ago
chrislu 1807b8093c debug fetch offset APIs 2 weeks ago