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
resolves#1568
* Remove unneeded spawn handle in Stream Fetch Handler
* Fix Storage segment list search
* Fix segmentload loading
* Properly update end offset when active segment is rollover
Currently Consumer are able to read from a single partition. We need ability to read from multiple partition concurrently.
By default, consume should retrieve records from all partitions in a topic. But it also should support:
Records retrieve among multiple partitions are not ordered
The text was updated successfully, but these errors were encountered: