Skip to content

Commit

Permalink
fix for ger update parsing from stream (#995)
Browse files Browse the repository at this point in the history
  • Loading branch information
hexoscott authored Aug 20, 2024
1 parent 6435829 commit 01ea797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zk/datastream/client/stream_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ LOOP:
case *types.BatchStart:
c.currentFork = parsedProto.ForkId
c.entryChan <- parsedProto
case *types.GerUpdateProto:
case *types.GerUpdate:
c.entryChan <- parsedProto
case *types.BatchEnd:
c.entryChan <- parsedProto
Expand Down

0 comments on commit 01ea797

Please sign in to comment.