feat: implement ADR-007 subscription transport — PendingRequestMap.subscribe(), CallHandler dispatch, SSE AsyncGenerator handlers
Add remote subscription support so spokes can consume streaming operations over pubsub transports (WebSocket, Redis). Extract checkAccess to access.ts to break circular dep between call.ts and subscribe.ts.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
status: draft
|
||||
last_updated: 2026-05-13
|
||||
status: accepted
|
||||
last_updated: 2026-05-16
|
||||
---
|
||||
|
||||
# ADR-007: Subscription Transport for SSE and Remote Streaming
|
||||
|
||||
Reference in New Issue
Block a user