Skip to content

Commit

Permalink
handle invalid batch in DS tool (#3711)
Browse files Browse the repository at this point in the history
  • Loading branch information
ToniRamirezM authored Jun 14, 2024
1 parent 0c8d6a4 commit 2063f09
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 14 deletions.
1 change: 1 addition & 0 deletions proto/src/proto/datastream/v1/datastream.proto
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,5 @@ enum BatchType {
BATCH_TYPE_REGULAR = 1;
BATCH_TYPE_FORCED = 2;
BATCH_TYPE_INJECTED = 3;
BATCH_TYPE_INVALID = 4;
}
33 changes: 19 additions & 14 deletions state/datastream/datastream.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2063f09

Please sign in to comment.