Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need support for handling "option" definition for RPC in .proto file #322

Open
SallyTYT opened this issue Oct 30, 2023 · 0 comments
Open
Labels
Affects Scripted Code Will change how generated code looks type: enhancement New feature or request

Comments

@SallyTYT
Copy link

SallyTYT commented Oct 30, 2023

For example the definition below

rpc MyRpc(RequestType) returns (ResponseType) {
        option (rpc_id) = 100;
        option (method_type) = EVENT;
        option (update_policy) = CYCLIC;
        option (update_cycle_time) = 10;
}

AB#2566181

@Rohith-Grandhi Rohith-Grandhi added type: enhancement New feature or request Affects Scripted Code Will change how generated code looks labels Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Affects Scripted Code Will change how generated code looks type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants