mfyuce commented on code in PR #3525: URL: https://github.com/apache/iggy/pull/3525#discussion_r3454306692
########## core/sdk/src/clients/consumer.rs: ########## Review Comment: Addressed: `Arc<AtomicBool>` replaced with `Arc<DashMap<u32, ()>>` keyed by `partition_id`. InvalidOffset on partition A no longer touches other partitions. For auto-assign consumers (partition_id = None) the sentinel `u32::MAX` is used. The PR has been rebased and now contains only this single-file fix in `core/sdk/src/clients/consumer.rs`. -- 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]
