Skip to content

[Improvement][Task-Plugin] Replace Current Protobuf Parser with protoc in gRPC Task Plugin for Better Maintainability #17570

@npofsi

Description

@npofsi

Search before asking

  • I had searched in the issues and found no similar feature requirement.

Description

The current gRPC task plugin uses a independency protobuf backend parser for descriptors generated by protobuf.js. #17290
This includes many intermediate conversions and lack of maintainability.
A possible solution is to parse protobuf definitions using protoc at backend directly, which ignores the intermediate representation produced by protobuf.js and only use this lib for input syntex check at frontend.

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Metadata

Metadata

Assignees

Labels

backendimprovementmake more easy to user or prompt friendly

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions