This is an automated email from the ASF dual-hosted git repository. liujun pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/dubbo-initializer.git
commit 8f68b837fda39ef3af48a8b1c519438de7de407d Author: ICD <[email protected]> AuthorDate: Tue Apr 11 16:40:38 2023 +0800 1.Remove unnecessary component dependencies in metadata.yaml 2.Add GRPC protocol and Hessian serialization --- proto/DemoService.proto/DemoService.proto | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/proto/DemoService.proto/DemoService.proto b/proto/DemoService.proto/DemoService.proto deleted file mode 100644 index 872bfee..0000000 --- a/proto/DemoService.proto/DemoService.proto +++ /dev/null @@ -1,22 +0,0 @@ -syntax = "proto3"; - -option java_multiple_files = true; -option java_package = "com.example.demo.demo"; -option java_outer_classname = "DemoServiceProto"; -option objc_class_prefix = "DSP"; - -// The greeting service definition. -service DemoService { - // Sends a greeting - rpc service (RequestData) returns (ResponseData) {} -} - -// The request message containing the user's name. -message RequestData { - string name = 1; -} - -// The response message containing the greetings -message ResponseData { - string message = 1; -} \ No newline at end of file
