Skip to content

Commit

Permalink
Kafka SparseOffset: Fetch handler
Browse files Browse the repository at this point in the history
  • Loading branch information
4eUeP committed May 15, 2024
1 parent 7501a1b commit a39d05c
Show file tree
Hide file tree
Showing 5 changed files with 358 additions and 210 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 a39d05c

Please sign in to comment.