feat: add grpc server streaming adapter

This commit is contained in:
a.tolmachev
2026-04-06 11:04:10 +03:00
parent bf56494336
commit bd2c6d4f48
10 changed files with 358 additions and 31 deletions
+5 -5
View File
@@ -2,16 +2,16 @@
## Current
### `feat/rest-sse-adapter`
### `feat/grpc-server-streaming-adapter`
Status: completed
DoD:
- REST adapter supports bounded SSE collection for `window` mode
- SSE events are parsed into normalized JSON items
- gRPC adapter supports bounded server-stream collection for `window` mode
- streamed protobuf messages are decoded into normalized JSON items
- adapter respects item/window limits and upstream timeout
- runtime dispatches REST `window` mode through SSE adapter path
- local SSE upstream tests cover success, timeout and malformed events
- runtime dispatches gRPC `window` mode through streaming adapter path
- local gRPC upstream tests cover success, timeout and malformed method kind handling
## Next