We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38661cd commit bb36463Copy full SHA for bb36463
1 file changed
plugin/v3/plugin.proto
@@ -30,7 +30,7 @@ service Plugin {
30
// Transform resources.
31
rpc Transform(stream Transform.Request) returns (stream Transform.Response);
32
// Transform schemas.
33
- rpc TransformSchema(stream TransformSchema.Request) returns (stream TransformSchema.Response);
+ rpc TransformSchema(TransformSchema.Request) returns (TransformSchema.Response);
34
// Send signal to flush and close open connections
35
rpc Close(Close.Request) returns (Close.Response);
36
// Validate and test the connections used by the plugin
0 commit comments