Skip to content

Commit

Permalink
merge upstream main
Browse files Browse the repository at this point in the history
  • Loading branch information
YangKian committed Sep 22, 2023
1 parent 7bf8cf3 commit 050dcbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hstream-kafka/HStream/Kafka/Group/OffsetsStore.hs
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ mkCkpOffsetStorage client ckpStoreName = do
instance OffsetStorage CkpOffsetStorage where
commitOffsets CkpOffsetStorage{..} offsetsKey offsets = do
unless (Map.null offsets) $ do
S.ckpStoreUpdateMultiLSNSync ckpStore (textToCBytes offsetsKey) offsets
S.ckpStoreUpdateMultiLSN ckpStore (textToCBytes offsetsKey) offsets

0 comments on commit 050dcbe

Please sign in to comment.