You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add streaming tail consumer configuration support (#10703)
* feat: add streaming tail consumer configuration support
Implement [[streaming_tail_consumer]] configuration similar to tail_consumer,
sending to streamingTails instead of tails. Includes:
- Configuration schema and validation for streaming_tail_consumers
- Miniflare integration with streamingTails support
- Development and deployment workflow updates
- Print bindings integration for CLI output
- Comprehensive test coverage
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
* fixups
* Create clever-eggs-sit.md
* fix types
* Work in Vite + Vitest
* fix tests
* Add E2E test
* Address comments
---------
Co-authored-by: Claude <[email protected]>
Co-authored-by: Samuel Macleod <[email protected]>
Co-authored-by: Somhairle MacLeòid <[email protected]>
Add support for streaming tail consumers in local dev. This is an experimental new feature that allows you to register a `tailStream()` handler (compared to the existing `tail()` handler), which will receeive streamed tail events from your Worker (compared to the `tail()` handler, which only receives batched events after your Worker has finished processing).
0 commit comments