hub-monorepo
hub-monorepo copied to clipboard
wip: first pass: server-side stream
Why is this change needed?
Describe why this issue should be fixed and link to any relevant design docs, issues or other relevant items.
Merge Checklist
Choose all relevant options below by adding an x
now or at any time before submitting for review
- [ ] PR title adheres to the conventional commits standard
- [ ] PR has a changeset
- [ ] PR has been tagged with a change label(s) (i.e. documentation, feature, bugfix, or chore)
- [ ] PR includes documentation if necessary.
PR-Codex overview
This PR introduces client streaming for the StreamSync
method in the HubService
interface.
Detailed summary
- Added
StreamSync
method toHubService
interface for client streaming. - Defined
StreamSyncRequest
andStreamSyncResponse
messages. - Updated TypeScript and protocol buffer files for client streaming support.
The following files were skipped due to too many changes:
packages/hub-web/src/generated/request_response.ts
,packages/hub-nodejs/src/generated/request_response.ts
,packages/core/src/protobufs/generated/request_response.ts
,apps/hubble/src/rpc/server.ts
✨ Ask PR-Codex anything about this PR by commenting with
/codex {your question}