Skip to content

Commit

Permalink
support headers for message
Browse files Browse the repository at this point in the history
Signed-off-by: Yashash H L <[email protected]>
  • Loading branch information
yhl25 committed Mar 19, 2024
1 parent 40335cf commit a91b98f
Show file tree
Hide file tree
Showing 33 changed files with 628 additions and 433 deletions.
106 changes: 62 additions & 44 deletions pkg/apis/proto/map/v1/map.pb.go

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

1 change: 1 addition & 0 deletions pkg/apis/proto/map/v1/map.proto
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ message MapRequest {
bytes value = 2;
google.protobuf.Timestamp event_time = 3;
google.protobuf.Timestamp watermark = 4;
map<string, string> headers = 5;
}

/**
Expand Down
Loading

0 comments on commit a91b98f

Please sign in to comment.