Skip to content

Commit bb36463

Browse files
authored
fix: TransformSchema shouldn't be a stream. (#25)
1 parent 38661cd commit bb36463

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin/v3/plugin.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ service Plugin {
3030
// Transform resources.
3131
rpc Transform(stream Transform.Request) returns (stream Transform.Response);
3232
// Transform schemas.
33-
rpc TransformSchema(stream TransformSchema.Request) returns (stream TransformSchema.Response);
33+
rpc TransformSchema(TransformSchema.Request) returns (TransformSchema.Response);
3434
// Send signal to flush and close open connections
3535
rpc Close(Close.Request) returns (Close.Response);
3636
// Validate and test the connections used by the plugin

0 commit comments

Comments
 (0)