Skip to content

Commit

Permalink
Experimental SpareOffset 3: Fetch handler
Browse files Browse the repository at this point in the history
  • Loading branch information
4eUeP committed May 20, 2024
1 parent 2ed8a84 commit 090ae86
Show file tree
Hide file tree
Showing 5 changed files with 365 additions and 213 deletions.
4 changes: 2 additions & 2 deletions hstream-kafka/HStream/Kafka/Common/FetchManager.hs
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ import qualified HStream.Kafka.Common.RecordFormat as K
import qualified HStream.Store as S

data FetchLogContext = FetchLogContext
{ nextOffset :: Int64
{ expectedOffset :: Int64
-- ^ Expect next offset to be fetched
, remRecords :: Vector K.Record
, remRecords :: Vector K.Record
-- ^ Remaining records of the batch
} deriving (Show)

Expand Down
Loading

0 comments on commit 090ae86

Please sign in to comment.