You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor PartitionEOF to use TopicPartitionOffset struct
Replaced the `PartitionEOF` error variant to include detailed information by introducing the `TopicPartitionOffset` struct. This change provides more context by encapsulating topic name, partition, and offset details, improving error reporting and debugging.
0 commit comments