-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add initial auto-generation support for streaming APIs (#1114)
* adding support for sideband streaming * updating grpc-sideband submodule to latest * adding data_moniker source and generated files to Integration and System test runners * Initial auto-generation * update grpc-streaming_type * adding sideband_address to the server_config.json * adding the sideband_streaming functionality under a feature toggle * Fix some format changes * adding RT specific scheduling under feature toggle * Fixing some build issues * include copy at top * resolve minor comments * add feature toggle helper * fixing minor comments * resolving comments * review comments * review comments * update filter streaming functions * use streaming_functions_to_generate * move define_streaming_api_body under else block * Resolve merge conflicts * fix build * resolve comments * remove unused functions * delete[] array * use vector instead of raw array * Fix indentation * include boolean functions * Revert "include boolean functions" This reverts commit c2464b0. * fix indentation * Add boolean functions * Move RegisterMonikerEndpoints inside of driver specific registrar * remove unused code * revert register_all_services.cpp.mako --------- Co-authored-by: sagrahar <[email protected]>
- Loading branch information
Showing
18 changed files
with
4,088 additions
and
77 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.