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

[OIE-1845] Introducing RPC service for chunked messages #383

Merged
merged 1 commit into from
Mar 30, 2023

Conversation

eroshiva
Copy link
Contributor

@eroshiva eroshiva commented Feb 15, 2023

Do not merge until whole solution is tested

};

// ValidateConfig validates the provided configuration data against the model
rpc ValidateConfigChunked(stream ValidateConfigChunkRequest) returns (ValidateConfigResponse);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If I was to be super picky about it maybe it should be ValidateConfigChunk or ValidateConfigRequestChunk - maybe buf lint cares or does not. Anyway LGTM.

@SeanCondon SeanCondon merged commit ecbf5f5 into onosproject:master Mar 30, 2023
@eroshiva eroshiva deleted the iegRPCChunking branch March 30, 2023 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants