Skip to content

Commit

Permalink
chore: rename proto name for sourcetransform (#1921)
Browse files Browse the repository at this point in the history
Signed-off-by: Vigith Maurice <[email protected]>
  • Loading branch information
vigith authored Aug 12, 2024
1 parent 0e10767 commit 2fce26a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ message SourceTransformRequest {
bytes value = 2;
google.protobuf.Timestamp event_time = 3;
google.protobuf.Timestamp watermark = 4;
map<string, string> headers = 5;
}

/**
Expand All @@ -62,4 +63,4 @@ message SourceTransformResponse {
*/
message ReadyResponse {
bool ready = 1;
}
}

0 comments on commit 2fce26a

Please sign in to comment.