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
TBC
When we have a topic compacted, it will show empty data when the 100 first offset is compacted
When you sort by NEWEST, we can potentially miss the last record.
Maybe change the strategy with :
Always have a max poll attempt (do handle transaction and uncommitted case, max offset will never be reachable)
Control bound (first last offsets or after parameter) to stop consuming
Control size (break if > max size)
Special case :
sort newest : can have compacted data, so we need to go backward potentially
sort oldesst : can have first offset compacted, so page can be empty with data at next offset
The text was updated successfully, but these errors were encountered:
TBC
When we have a topic compacted, it will show empty data when the 100 first offset is compacted
When you sort by NEWEST, we can potentially miss the last record.
Maybe change the strategy with :
Special case :
The text was updated successfully, but these errors were encountered: