feat: add grpc server streaming adapter
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user