12027 Commits (e1addd3433cc378080fa34fee37e83dc4cde111a)
 

Author SHA1 Message Date
chrislu e1addd3433 feat: Add HWM and Fetch logging - BREAKTHROUGH: Consumers now fetching messages! 4 days ago
chrislu 476ea5758f feat: Add detailed logging for topic visibility debugging 4 days ago
chrislu a5db489f82 fix: Add topic cache invalidation and auto-creation on metadata requests 4 days ago
chrislu 3c1df04c9a test: Add consumer stalling reproducer tests 4 days ago
chrislu 3c74ae2151 test: Add comprehensive unit tests for offset/fetch pattern 4 days ago
chrislu 851fe6f69e feat: Add detailed logging for offset tracking and partition assignment 5 days ago
chrislu 97be7c6aee simplify: Rely on in-memory commit as source of truth for offsets 5 days ago
chrislu b3c3c38cb2 optimize: Make persistent offset storage writes asynchronous 5 days ago
chrislu ec114b09b4 fix: Ensure atomic offset commits to prevent message loss and duplicates 5 days ago
chrislu 133698a9c4 tune: Adjust commit frequency to every 20 messages for optimal balance 5 days ago
chrislu ebdabdc8fe fix: Balance commit frequency at every 50 messages 5 days ago
chrislu 5ae0b21b22 fix: Reduce manual commit frequency from every 10 to every 100 messages 5 days ago
chrislu 690754acb7 fix: Increase fetch batch sizes to utilize available maxBytes capacity 5 days ago
chrislu 8969b45092 fix: Don't report long-poll duration as throttle time 5 days ago
chrislu c6807de7cc fix: Load persisted offsets into memory cache immediately on fetch 5 days ago
chrislu 5273e781f0 clean up, mem.Allocate and Free 5 days ago
chrislu 9d53d5883c Revert "fix: Ensure offset fetch checks SMQ storage as fallback" 5 days ago
chrislu 5c0f215eb5 fix: Ensure offset fetch checks SMQ storage as fallback 5 days ago
chrislu ed5d801ee6 Revert "fix: Critical offset persistence race condition causing message loss" 5 days ago
chrislu 833b09c449 remove debug 5 days ago
chrislu f18ff58476 fix: Critical offset persistence race condition causing message loss 5 days ago
chrislu fc4c17607a purge logs 5 days ago
chrislu f891ca738d fix vulnerability 5 days ago
chrislu 9cd0a29f48 purge 5 days ago
chrislu 9373ae28d5 cleanup: Remove all temporary debug logs 5 days ago
chrislu 28c9516ecd cleanup: Remove all emoji logs 5 days ago
chrislu 35b9417d12 cleanup: Remove debug messages 5 days ago
chrislu bd3f67277a fix: Correct throttle time semantics in Fetch responses 5 days ago
chrislu d66ba54250 fix: Use actual nodeID in HandleMetadataV1 and HandleMetadataV3V4 5 days ago
chrislu 8ef2cb5b16 fix: Use actual broker nodeID in partition metadata for Metadata responses 5 days ago
chrislu bfde525aba fix: Dynamic hostname detection in Metadata response 5 days ago
chrislu 5f8b632ff2 test: Run SeekToBeginningTest - BREAKTHROUGH: Metadata response advertising wrong hostname! 5 days ago
chrislu 7a509adc23 test: Enhanced SeekToBeginningTest with detailed request/response tracking 5 days ago
chrislu a1c2c18a2b debug: Enable OffsetsRequestManager DEBUG logging to trace StaleMetadataException 5 days ago
chrislu 9a2d351a55 feat: Add standalone Java SeekToBeginning test to reproduce the issue 5 days ago
chrislu ad471d25ab investigation: Schema Registry producer sends InitProducerId with idempotence enabled 5 days ago
chrislu 94f3232e78 🚨 CRITICAL BREAKTHROUGH: Switch case for ListOffsets NEVER MATCHED! 5 days ago
chrislu cebd17f910 debug: Add exhaustive ListOffsets handler logging - CONFIRMS ROOT CAUSE 5 days ago
chrislu 410259060f debug: Add Metadata response hex logging and enable SR debug logs 5 days ago
chrislu 84842eb6e9 debug: Add raw request logging - CONSUMER STUCK IN SEEK LOOP 5 days ago
chrislu 244bbe37c3 debug: Add comprehensive Metadata response logging - METADATA IS CORRECT 5 days ago
chrislu cbd2c8a273 debug: Add before-routing logging for ListOffsets 5 days ago
chrislu 920e7c6b41 debug: Add request routing and control plane logging 5 days ago
chrislu cc16e42162 debug: Add processRequestSync and ListOffsets case logging 5 days ago
chrislu 9ce91d2ff3 debug: Add ListOffsets response validation logging 5 days ago
chrislu 0529a2af28 debug: Add consumer coordination logging to pinpoint consumer init issue 5 days ago
chrislu 592042e496 fix: Remove context timeout propagation from produce that breaks consumer init 5 days ago
chrislu f3f93a9483 Add comprehensive debug logging for Noop record processing 5 days ago
chrislu 3e32331f38 Apply client-specified timeout to context 5 days ago
chrislu 4bf914e274 clean up 5 days ago