apache / apache/dubbo-js

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

Open
#405 1 comment 1 reaction 0 assignees View on GitHub
Dominant language
TypeScript
Stars
776
Forks
157
PR merge metrics
No merged PRs in 30d

Description

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) {}
}
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.