Skip to content

不支持 @bufbuild/protobuf 最新版本(^2.2.5), #405

@canyuegongzi

Description

@canyuegongzi
Image

如题,运行时不支持 @bufbuild/protobuf@2.2.5 的版本,按仓库里的v1 版本代码可以运行起来。

syntax = "proto3";

package apache.dubbo.demo.example.v1;

message SayRequest {
  string sentence = 1;
}

message SayResponse {
  string sentence = 1;
}

service ExampleService {
  rpc Say(SayRequest) returns (SayResponse) {}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions